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

no bug -> bogus  


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

[2006-01-30 23:54:37] dabicho2001 at yahoo dot com dot mx

silly me.
not a bug, just missinterpretation on my part.

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

[2006-01-30 21:48:14] [EMAIL PROTECTED]

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.

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

[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