]> granicus.if.org Git - php/commit
(PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.
authorChristopher Kings-Lynne <chriskl@php.net>
Fri, 25 Mar 2005 06:26:31 +0000 (06:26 +0000)
committerChristopher Kings-Lynne <chriskl@php.net>
Fri, 25 Mar 2005 06:26:31 +0000 (06:26 +0000)
commit030ebaaa458f534871fe62a20fcea7e8ee1d5a57
tree335b349faeb4013067f3f12ccd6c98b6d9ac2ae8
parent8817f64457abbe28d03b37503dd03c83535430c5
(PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.

# The version in libpq is newer and faster than the one in PHP, but it is
# necessary for me to add a string copy for freeing purposes.  This copy
# is only needed in Windows AFAIK, how can I detect that?
NEWS
ext/pgsql/config.m4
ext/pgsql/config.w32
ext/pgsql/pgsql.c
ext/pgsql/tests/08escape.phpt
ext/pgsql/tests/25async_query_params.phpt