From:             mancini at nextcode dot org
Operating system: windows 2000
PHP version:      5.0.3
PHP Bug Type:     PostgreSQL related
Bug description:  pg_parameter_status() undefined function in PHP5

Description:
------------
basically it looks like the function was not implemented or requires
additional extensions to work

tested with php 5.0.3 with php_pgsql 7.4 loaded both official binary
releases

function.pg-parameter-status.html and
http://ro.php.net/pg_parameter_status both say it is available in PHP5

Reproduce code:
---------------
pg_parameter_status($link,version);

Expected result:
----------------
version

Actual result:
--------------
PHP Fatal error:  Call to undefined function:  pg_parameter_status() in
C:\apache2triad\htdocs\test.pgsql.php on line 2



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

Reply via email to