ID:               36217
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dabicho2001 at yahoo dot com dot mx
-Status:           Open
+Status:           Bogus
 Bug Type:         PostgreSQL related
 Operating System: linux
 PHP Version:      4.4.2
 New Comment:

pg_escape_bytea() is just a wrapper for PQescapeBytea() function from
Postgresql.
If you think it doesn't work properly - please report it to PG
developers.


Previous Comments:
------------------------------------------------------------------------

[2006-01-30 21:30:51] dabicho2001 at yahoo dot com dot mx

Description:
------------
pg_escape_bytea will escape a single quote as ''
i.e.
$a = "'";
$a = pg_escape_bytea($a);

$a now contains "''"

pg_unescape_bytea will leave them unmodified.
i.a.
$a = pg_unescape_bytea($a);

$a still contains "''"

apache's mod_php is 4.4.0



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36217&edit=1

Reply via email to