PHP 5.3.2 Apache 2.2.15 Mysql 5.1.X Windows XP SP3
I have now configured everything correctly but get a timeout when trying to connect to Mysql via PHP. So frustrated.
I don't get an error message, the script just times out. I have made sure I have the correct paths.
Fatal error: Maximum execution time of 60 seconds exceeded
Any idea why this might be happening? I do a php -v from the command line and everything is normal, no errors.
i upgraded PHP from 5.2.6 to 5.3.2 - does there seem to be problems or bugs with this? I am essentially using my previous PHP.ini while editing paths. I am lost. Help!
If you need anything from phpinfo() or httpd.conf or php.ini let me know. else
With PHP 5.3.X + Apache 2.2.X on a Windows system it seems like one has to use 127.0.0.1 as localhost. This has not been the case with PHP 5.2.X in my trials. I will continue using php 5.2 until I can fully figure out what I am doing wrong.