I installed PHP 5 with a mysql extension enabled on Apache 2 which runs fine on my laptop with Windows XP.
When I want to use the same configuration on a Windows 2003 server, apache crashes when I try to start it. It just hangs and nothing happens. This happens only when I enable the MySql module in the php.ini file ( extension=php_mysql.dll ). PHP loads fine without this extension.
I tried setting the logging level to debug but even then Apache won't even write a single line in the error log. Is there a way to get more information from apache like why it crashes ?
When I want to use the same configuration on a Windows 2003 server, apache crashes when I try to start it. It just hangs and nothing happens. This happens only when I enable the MySql module in the php.ini file ( extension=php_mysql.dll ). PHP loads fine without this extension.
I tried setting the logging level to debug but even then Apache won't even write a single line in the error log. Is there a way to get more information from apache like why it crashes ?