Page 1 of 1

php_mysql.dll with Apache2

Posted: Sun Jan 01, 2006 9:28 am
by bigbluefish
Hello everyone. I was trying to setup a local http server so I've installed Apache2, PHP 5.1.1 and MySQL 5 on my notebook computer. The apache2 server doesn't seems to recognize the php_mysql.dll file.

1. I've installed everything in the directory C:\httpserver\ and set my windows PATH to C:\httpserver\php5 (where libmysql.dll resides).

2. I've defined the extension_dir in my php.ini configuration file to the directory where the php_mysql.dll file is located.

3. The error message I get is: PHP Startup: unable to load dynamic library 'C:/httpserver/php5/php_mysql.dll/' - The specified procedure could not be found.

4. I get the same error when trying to to use the php_mysqli.dll extension.

Any ideas?