ID: 47026 Updated by: paj...@php.net Reported By: francois at frinux dot fr Status: Bogus Bug Type: PostgreSQL related Operating System: Windows XP PHP Version: 5.2.8 New Comment:
It is. Previous versions do not use the libpq.dll as it was statically linked. Previous Comments: ------------------------------------------------------------------------ [2009-01-07 13:13:50] francois at frinux dot fr C:\Program Files\PostgreSQL\8.3\bin is in my PATH. Furthermore, it can't be the proble mbecause all I'm doing is replacing the 5.2.8 dll by the 5.2.5 one. ------------------------------------------------------------------------ [2009-01-07 12:54:08] paj...@php.net Be sure you have the libpq.dll available in the php dir or in your path. ------------------------------------------------------------------------ [2009-01-07 12:27:45] francois at frinux dot fr Works also fine with 5.2.5 version of php_pdo_pgsql.dll ------------------------------------------------------------------------ [2009-01-07 12:26:49] francois at frinux dot fr Description: ------------ phpinfo() reveals that there is no PDO drivers : PDO support enabled PDO drivers no value Allthough I enabled them in php.ini: extension=php_pdo.dll extension=php_pdo_pgsql.dll extension=php_pgsql.dll When I replace php_pdo_pgsql.dll from the 5.2.4 release it works fine. Expected result: ---------------- PDO in phpinfo() PDO support enabled PDO drivers pgsql Actual result: -------------- PDO PDO support enabled PDO drivers no value ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47026&edit=1