ID: 29936 Updated by: [EMAIL PROTECTED] Reported By: jason at linenplace dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Website problem PHP Version: Irrelevant New Comment:
There's a note at http://www.php.net/manual/en/function.pg-query.php and there's a list of deprecated functions at http://www.php.net/manual/en/ref.pgsql.php#AEN102913. Deprecated functions should not be listed in the function list. Previous Comments: ------------------------------------------------------------------------ [2004-09-01 21:36:28] jason at linenplace dot com Description: ------------ I just started working with php's postgres functions. I found out (after hours of frustration some of which is admittedly my fault) that there are depricated names for certain functions. For example, pg_exec was replaced with pg_query in php <= 4.2 All php programmers access the same function list. pg_exec is a valid function for many of us. It should be on the function list as long as the website provides support for versions < 4.2 Thank you very much for your consideration. Jason Reproduce code: --------------- n/a Expected result: ---------------- n/a Actual result: -------------- n/a ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29936&edit=1