From:             marcin at artigo dot pl
Operating system: win xp
PHP version:      5CVS-2006-03-12 (snap)
PHP Bug Type:     PDO related
Bug description:  pgsql driver

Description:
------------
I cannot get pgsql driver to work
phpinfo says:

PDO drivers     no value

PDO Driver for PostgreSQL       enabled


Looks like for some reason pgsql driver isnt seen, while others seem to
work fine:

PDO drivers     oci, firebird


As a result I cannot create a PDO object with pgsql DSN - an exception is
thrown - "could not find driver".

Tested with latest snap and pgsql 8.1

Reproduce code:
---------------
extension=php_pdo.dll
extension=php_pdo_pgsql.dll

Expected result:
----------------
Something like

PDO drivers    pgsql 

would be appreciated.

Actual result:
--------------
could not find driver

-- 
Edit bug report at http://bugs.php.net/?id=36701&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36701&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36701&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36701&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36701&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36701&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36701&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36701&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36701&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36701&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36701&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36701&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36701&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36701&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36701&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36701&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36701&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36701&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36701&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36701&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36701&r=mysqlcfg

Reply via email to