> > > On Sun, Nov 23, 2008 at 6:57 PM, Nathan Rixham <[EMAIL PROTECTED]> wrote: > >> 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. >> >> in fact i'm very surprised because the following modules can not be found > even if they are on the right folder. > PHP Warning: PHP Startup: Unable to load dynamic library > 'D:\\webserver\\PHP\\ext\\php_pdo_pgsql.dll' - The specified module could > not be found.\r\n in Unknown on line 0 > PHP Warning: PHP Startup: Unable to load dynamic library > 'D:\\webserver\\PHP\\ext\\php_pgsql.dll' - The specified module could not be > found.\r\n in Unknown on line 0 > > any idea ? > > it seems that it's a known problem. can someone comment it ? http://www.wampserver.com/phorum/read.php?2,40270,40311
so i've downloaded PHP 5.2.5 winzip package and replace 5.2.6 files by 5.2.5 for the following files: php_pdo_pgsql.dll php_pgsql.dll and it works perfectly. so this is clear that something is wronf with those 2 files in the 5.2.6 version. Alain