i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i
extension=php_mysql.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
extension=php_pgsql.dll
extension=php_sqlite.dll
extension=php_dbg.dll-5.2.x

phpinfo() and i see nowhere anything about postgresql module or PDO.
[/snip]

I've had the same problems with the msi for 5.2.6 on windows boxes; appears to be the php_pdo_pgsql dll that's causing the error.

2 things to do:

- check the apache error log to see exactly what php is saying the problem is (bet it's that php_pdo_dll)

- make sure you'd don't have the threads extension enabled.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to