|
Posted by Ben Hallert on 11/05/05 04:15
Hi there!
I've set up PHP 5.0.5.5 on an Windows 2003 system running IIS (yes yes,
have I considered Apache? Unable, other factors at play).
I wrote a simple test PHP that does nothing but phpinfo(), and it works
great. The moment I activate mysql support, trying to execute the
script results in a perpetual wait until timeout.
I have read http://www.php.net/manual/en/install.windows.extensions.php
My libmysql.dll is accessible to paths (copied to \Windows\ as
experiment to make sure.
My extensions_dir is pointed at my ext dir, and if I insert gibberish
into it, launching PHP gives an error, so I know PHP has found and
parsed the file.
The crux is that things go to heck when I uncomment
extension=php_mysql.dll. Trying to run the test.php halts and goes no
further. If I comment that out again, everything works fine (except,
of course, for mysql).
Any thoughts? I hope I haven't left out anything boneheaded.
Regards,
Ben Hallert
Navigation:
[Reply to this message]
|