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

Reply via email to