How can I configure php 4.3.11 to connect to a mysql 5.0.3 DB?
phpinfo says 3.23.49
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am actually surprised that configuration works at all for you. I was
using the exact same configuration but I needed php_ldap.dll module
for AD authentication. For some reason, I couldn't load modules with
2003, IIS6 , SP1 and PHP 4.3.10 or 5.0.4.
As far as the strange behavior, it was suggested
See if this gets you what you need:
function emu_getallheaders() {
foreach($_SERVER as $h=>$v)
if(ereg('HTTP_(.+)',$h,$hp))
$headers[$hp[1]]=$v;
return $headers;
}
It was posted not too long ago here:
http://us2.php.net/manual/en/function.getallheaders.php
Hope that helps
ngly recommend you to use ISAPI mode to run PHP.
> Additionally, IIS 6.0 should configure extensions to permit PHP executing
> privilege.
>
> YONG from Xerox,China
> 2005/5/16
>
> -Original Message-
> From: Shinan Kassam [mailto:[EMAIL PROTECTED]
> Sent:
I was wondering if anyone has encountered a problem on Windows Server
2003 Enterprise with SP1.
PHP 4.3.10 installs fine but trying to load any external modules
causes CGI timeout. The page I am requesting contains:
I have tried the same with PHP 5.0.4 with the same results. Any help
is greatly