Installed MySQLi extension through the PHP installer and checked if php.ini was updated correctly and the file was present. Restarted Apache. The php.txt file has also been updated. Things stil don't work.
Error log now says:
Code:
[Wed Jun 13 15:49:36 2007] [notice] Parent: Received restart signal -- Restarting the server.
[Wed Jun 13 15:49:36 2007] [notice] Child 920: Exit event signaled. Child process is ending.
[Wed Jun 13 15:49:37 2007] [notice] Child 920: Released the start mutex
[Wed Jun 13 15:49:40 2007] [notice] Child 920: Waiting for 250 worker threads to exit.
[Wed Jun 13 15:49:40 2007] [notice] Child 920: All worker threads have exited.
[Wed Jun 13 15:49:40 2007] [notice] Child 920: Child process is exiting
[Wed Jun 13 15:49:40 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.3 configured -- resuming normal operations
[Wed Jun 13 15:49:40 2007] [notice] Server built: Jan 9 2007 23:17:20
[Wed Jun 13 15:49:41 2007] [notice] Parent: Created child process 2704
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_mysql.dll' - Kan opgegeven procedure niet vinden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_mysqli.dll' - Kan opgegeven procedure niet vinden.\r\n in Unknown on line 0
[Wed Jun 13 15:49:41 2007] [notice] Child 2704: Child process is running
[Wed Jun 13 15:49:41 2007] [notice] Child 2704: Acquired the start mutex.
[Wed Jun 13 15:49:41 2007] [notice] Child 2704: Starting 250 worker threads.
[Wed Jun 13 15:49:41 2007] [notice] Child 2704: Starting thread to listen on port 80.
There is only one dll file in the MySQL directory, it's /bin/libmySQL.dll. It's entirely different from the one in the PHP directory. I tried to replace the one that came with PHP with the one that came with MySQL (restarted Apache) but this also didn't work.