pg_parameter_status() undefined function in PHP5
| Bug #31751 | pg_parameter_status() undefined function in PHP5 | ||||
|---|---|---|---|---|---|
| Submitted: | 2005-01-29 09:43 UTC | Modified: | 2005-02-15 00:04 UTC | ||
| From: | mancini at nextcode dot org | Assigned: | |||
| Status: | Closed | Package: | PostgreSQL related | ||
| PHP Version: | 5.0.3 | OS: | windows 2000 | ||
| Private report: | No | CVE-ID: | None | ||
[2005-01-29 09:43 UTC] mancini at nextcode dot org
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
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-02-15 00:04 UTC] edink@php.net