Re: PHP 5.2 and Apache 2.2 are really compatible?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/19/2011 10:36 AM, Joseph Adenuga wrote:
> 
> 
> 
> Dear All,
> 
> 
> I’m using Window XP operating system. I’ve just installed
> PHP 5.2.5 and Apache 2.2.8 over a week now. I’ve checked if Apache installation
> is okay with ‘localhost’ in my Firefox browser and it displays ‘It Works!’ But, my php code <?php  echo "<h1>Hello Web!</h1>";
> ?> that I saved as ‘first.php’ in the ‘htdocs’ will not display “Hello Web! in my browser. In the ‘Review
> Error Log file’ I found:
> 
> 
> PHP Warning:  PHP
> Startup: Unable to load dynamic library 'C:\\php\\ext\\php_msql.dll' - The
> specified module could not be found.\r\n in Unknown on line 0
> 

There should be a line in your php.ini file similar to this:

extension='C:\\php\\ext\\php_msql.dll'

Comment that out with a semi-colon and restart apache:

;extension='C:\\php\\ext\\php_msql.dll'

-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux