[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:03:36 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: MFH: Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.27r2=1.331.2.13.2.24.2.28diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2009-03-12 Thread Ilia Alshanetsky
iliaa Thu Mar 12 22:53:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string literal)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2009-01-18 Thread Felipe Pena
felipe Sun Jan 18 23:49:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: - MFH: Fixed bug #47048 (Segfault with new pg_meta_data)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2008-10-15 Thread Felipe Pena
felipe Wed Oct 15 13:34:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: - Fixed possible efree(NULL) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.17r2=1.331.2.13.2.24.2.18diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c /ext/pgsql/tests pg_delete_001.phpt pg_insert_001.phpt pg_meta_data_001.phpt pg_select_001.phpt pg_update_001.phpt

2008-10-15 Thread Felipe Pena
felipe Thu Oct 16 00:39:31 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pgsql/testspg_delete_001.phpt pg_insert_001.phpt pg_meta_data_001.phpt pg_select_001.phpt pg_update_001.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c /ext/pgsql/tests bug37100.phpt

2008-10-13 Thread Felipe Pena
felipe Mon Oct 13 13:44:32 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pgsql/testsbug37100.phpt Modified files: /php-src/ext/pgsql pgsql.c Log: MFH: - Fixed bug #37100 (data is returned truncated with BINARY CURSOR)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2008-10-08 Thread Ilia Alshanetsky
iliaa Wed Oct 8 23:04:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: use proper macro http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.15r2=1.331.2.13.2.24.2.16diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2008-09-09 Thread Ilia Alshanetsky
iliaa Wed Sep 10 01:39:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: Fixed unused var warning http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.13r2=1.331.2.13.2.24.2.14diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2008-07-01 Thread Felipe Pena
felipe Wed Jul 2 00:10:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.8r2=1.331.2.13.2.24.2.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2008-06-29 Thread Felipe Pena
felipe Sun Jun 29 22:38:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: - New parameter parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.24.2.7r2=1.331.2.13.2.24.2.8diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2008-05-19 Thread Ilia Alshanetsky
iliaa Mon May 19 15:16:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2007-11-21 Thread Ilia Alshanetsky
iliaa Thu Nov 22 00:17:28 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch by andy at petdance dot com

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2007-11-13 Thread Ilia Alshanetsky
iliaa Tue Nov 13 20:05:47 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' to strings)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2007-11-13 Thread Antony Dovgal
What happens if Postgres returns OUT parameters? On 13.11.2007 23:05, Ilia Alshanetsky wrote: @@ -4084,6 +4084,7 @@ php_error_docref(NULL TSRMLS_CC, E_NOTICE, There are results on this connection. Call pg_get_result() until it returns FALSE); } +

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2007-11-13 Thread Ilia Alshanetsky
The function is designed for sending data allowing it to fetch bound params can lead to all kinds of undefined behaviors such as: pg_send_query_params($dbconn, 'select count(*) from authors where city = $1', array('Perth')); especially when the supplied value is a temp var. On

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c /ext/pgsql/tests 80_bug42783.phpt

2007-10-03 Thread Ilia Alshanetsky
iliaa Wed Oct 3 23:30:46 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pgsql/tests80_bug42783.phpt Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)