I am trying to enable extensions in PHP5 and integrate it with Apache2
web server on Windows XP, but I get the following error:
PHP Startup: Unable to load dynamic library 'E:\PHP\ext\php_mysql.dll' -
the specified module could not be found.
The php_mysql.dll file exists in E:\PHP\ext and the
Never mind I solved the problem. In my httpd.conf file for Apache, the
PhpIniDir needed a trailing \.
Alvin
Alvin Chin wrote:
I am trying to enable extensions in PHP5 and integrate it with Apache2
web server on Windows XP, but I get the following error:
PHP Startup: Unable to load dynamic