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 ?