From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.x kernel 2.4.9-34 PHP version: 4.2.1 PHP Bug Type: PostgreSQL related Bug description: missing function
Using php v.4.2.1. All other postgres functions i've tried work but if i try to call pg_escape_string or pg_escape_bytea i get an undefined function error, like so... Fatal error: Call to undefined function: pg_escape_string() in here's my configure command, in case it helps. './configure' '--with-mysql' '--with-pgsql=/opt/pgsql' '--with-apxs=/usr/local/apache_1.3.26/bin/apxs' '--with-xml' '--with-gd=/opt/gd' '--enable-track-vars' -- Edit bug report at http://bugs.php.net/?id=19856&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19856&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19856&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19856&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19856&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19856&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19856&r=support Expected behavior: http://bugs.php.net/fix.php?id=19856&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19856&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19856&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19856&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19856&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19856&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19856&r=isapi