Oh yeah, I totally forgot to mention that didn't I 🙂
I'm running PHP 5.2.8 on Apache 2.0.61 under Windows Server 2003 R2 SP2
I DID have IE7 installed, but I uninstalled it and it didn't have any effect.
My PATH variable is firmly set to C:\PHP5
this is what apache spits out when I start it up.
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP5\\ext\\php_pgsql.dll' - The operating system cannot run %1.\r\n in Unknown on line 0
[Tue Feb 10 10:31:10 2009] [notice] Apache/2.0.61 (Win32) PHP/5.2.8 configured -- resuming normal operations
[Tue Feb 10 10:31:10 2009] [notice] Server built: Sep 5 2007 09:55:35
[Tue Feb 10 10:31:10 2009] [notice] Parent: Created child process 4476
[Tue Feb 10 10:31:10 2009] [notice] mod_python: Creating 8 session mutexes based on 0 max processes and 250 max threads.
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP5\\ext\\php_pgsql.dll' - The operating system cannot run %1.\r\n in Unknown on line 0
[Tue Feb 10 10:31:10 2009] [notice] Child 4476: Child process is running
[Tue Feb 10 10:31:10 2009] [notice] Child 4476: Acquired the start mutex.
[Tue Feb 10 10:31:10 2009] [notice] Child 4476: Starting 250 worker threads.
php_pgsql.dll is PHP's PostgreSQL driver. I've tried re-installing PHP, I've even set up a parallel instance of Apache.
But to no avail.