Re: [PHP-CVS] cvs: php-src / NEWS /ext/pgsql config.m4 config.w32 pgsql.c /ext/pgsql/tests 08escape.phpt 25async_query_params.phpt

2005-03-26 Thread Christopher Kings-Lynne
This is needed on windows when you link dynamic libpq (dll). We link libpq statically into the php extension so we have no such problems. So you don't need to give windows build any special consideration. Hmmm, well I get memory leaks if I change it :( Is it because PQunescapeBytea returns a

Re: [PHP-CVS] cvs: php-src / NEWS /ext/pgsql config.m4 config.w32 pgsql.c /ext/pgsql/tests 08escape.phpt 25async_query_params.phpt

2005-03-25 Thread Edin Kadribasic
On Mar 25, 2005, at 7:26, Christopher Kings-Lynne wrote: chriskl Fri Mar 25 01:26:31 2005 EDT Modified files: /php-src NEWS /php-src/ext/pgsql config.m4 config.w32 pgsql.c /php-src/ext/pgsql/tests 08escape.phpt 25async_query_params.phpt Log: (PHP pg_unescape_bytea) Use

Re: [PHP-CVS] cvs: php-src / NEWS /ext/pgsql config.m4 config.w32 pgsql.c /ext/pgsql/tests 08escape.phpt 25async_query_params.phpt

2005-03-25 Thread Andi Gutmans
At 06:18 PM 3/25/2005 +0100, Edin Kadribasic wrote: On Mar 25, 2005, at 7:26, Christopher Kings-Lynne wrote: chriskl Fri Mar 25 01:26:31 2005 EDT Modified files: /php-srcNEWS /php-src/ext/pgsql config.m4 config.w32 pgsql.c /php-src/ext/pgsql/tests08escape.phpt

[PHP-CVS] cvs: php-src / NEWS /ext/pgsql config.m4 config.w32 pgsql.c /ext/pgsql/tests 08escape.phpt 25async_query_params.phpt

2005-03-24 Thread Christopher Kings-Lynne
chriskl Fri Mar 25 01:26:31 2005 EDT Modified files: /php-srcNEWS /php-src/ext/pgsql config.m4 config.w32 pgsql.c /php-src/ext/pgsql/tests08escape.phpt 25async_query_params.phpt Log: (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea