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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 16:03:23 2009 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Fix compiler warnings, and some unicode stuff http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.400r2=1.401diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2009-03-12 Thread Ilia Alshanetsky
iliaa Thu Mar 12 22:53:37 2009 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string literal) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.399r2=1.400diff_format=u

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

2009-01-18 Thread Felipe Pena
felipe Sun Jan 18 23:49:11 2009 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: - Fixed bug #47048 (Segfault with new pg_meta_data) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.397r2=1.398diff_format=u Index: php-src/ext/pgsql/pgsql.c diff

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

2009-01-13 Thread Ilia Alshanetsky
iliaa Tue Jan 13 19:08:37 2009 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Improved parameter handling http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.396r2=1.397diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2008-11-03 Thread Felipe Pena
felipe Mon Nov 3 17:24:12 2008 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: - Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.392r2=1.393diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2008-10-15 Thread Felipe Pena
felipe Wed Oct 15 13:34:13 2008 UTC Modified files: /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.388r2=1.389diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

[PHP-CVS] cvs: php-src /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:36:49 2008 UTC Added files: /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 Modified files:

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

2008-10-13 Thread Felipe Pena
felipe Mon Oct 13 13:41:16 2008 UTC Added files: /php-src/ext/pgsql/testsbug37100.phpt Modified files: /php-src/ext/pgsql pgsql.c Log: - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) Patch by Tony

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

2008-10-08 Thread Ilia Alshanetsky
iliaa Wed Oct 8 23:04:58 2008 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: use proper macro http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.386r2=1.387diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2008-10-01 Thread Ilia Alshanetsky
iliaa Wed Oct 1 20:31:02 2008 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to strings). http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.385r2=1.386diff_format=u

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c /ext/standard file.c streamsfuncs.c

2008-09-07 Thread Felipe Pena
felipe Mon Sep 8 01:30:56 2008 UTC Modified files: /php-src/ext/standard streamsfuncs.c file.c /php-src/ext/pgsql pgsql.c Log: - Fixed some wrong format parameters

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

2008-07-01 Thread Felipe Pena
felipe Wed Jul 2 00:13:26 2008 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.380r2=1.381diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c /ext/pgsql/tests 08escape.phpt 98old_api.phpt

2008-06-29 Thread Felipe Pena
felipe Mon Jun 30 01:59:35 2008 UTC Modified files: /php-src/ext/pgsql pgsql.c /php-src/ext/pgsql/tests08escape.phpt 98old_api.phpt Log: - MFB: New parameter parsing API - Fixed tests

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

2008-05-19 Thread Ilia Alshanetsky
iliaa Mon May 19 15:18:49 2008 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.378r2=1.379diff_format=u Index:

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

2007-11-29 Thread Antony Dovgal
tony2001Thu Nov 29 21:23:59 2007 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.376r2=1.377diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2007-11-21 Thread Ilia Alshanetsky
iliaa Thu Nov 22 00:20:40 2007 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.375r2=1.376diff_format=u Index:

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

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

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

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

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

2007-09-05 Thread Ilia Alshanetsky
iliaa Wed Sep 5 12:56:16 2007 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.369r2=1.370diff_format=u Index:

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

2007-09-05 Thread Ilia Alshanetsky
iliaa Wed Sep 5 12:58:48 2007 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQL 7.4) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.370r2=1.371diff_format=u Index:

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

2007-09-05 Thread Ilia Alshanetsky
iliaa Wed Sep 5 13:03:33 2007 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed typo in function name http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.371r2=1.372diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2007-08-21 Thread Ilia Alshanetsky
iliaa Tue Aug 21 23:51:34 2007 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #42368 (Incorrect error message displayed by pg_escape_string) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.368r2=1.369diff_format=u Index:

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

2007-01-11 Thread Antony Dovgal
tony2001Thu Jan 11 16:45:28 2007 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: make sure the string is non-empty and use strlcpy() strlcat() http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.364r2=1.365diff_format=u Index:

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

2006-12-28 Thread Ilia Alshanetsky
iliaa Thu Dec 28 15:21:32 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Added buffer length checks http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.361r2=1.362diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2006-12-28 Thread Ilia Alshanetsky
iliaa Fri Dec 29 00:34:53 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for timestamp fields).

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

2006-11-13 Thread Ilia Alshanetsky
iliaa Mon Nov 13 22:11:02 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: Fixed bug #36812 (pg_execute() modifies input array). http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.358r2=1.359diff_format=u Index:

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

2006-10-03 Thread Hannes Magnusson
bjori Tue Oct 3 15:22:54 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: pg_send_prepare(), pg_send_query_params() pg_send_execute() do not throw Wrong parameter count

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

2006-09-06 Thread Antony Dovgal
tony2001Wed Sep 6 12:40:47 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: fix leak in pg_copy_to() when invalid resource was passed http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.352r2=1.353diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/pgsql pgsql.c php_pgsql.h

2006-05-08 Thread Edin Kadribašić
http://livedocs.phpdoc.info/index.php?l=enq=function.pg-field-table Christopher Kings-Lynne wrote: Documentation? Edin Kadribasic wrote: edinkThu Mar 16 14:58:56 2006 UTC Modified files: /php-src/ext/pgsqlpgsql.c php_pgsql.h Log: Added pg_field_table()

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

2006-04-10 Thread Marcus Boerger
helly Mon Apr 10 19:48:27 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: - Fix possible SEGV http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.348r2=1.349diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2006-04-10 Thread Marcus Boerger
helly Mon Apr 10 19:50:56 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: - Better order for SEGV prevention http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.349r2=1.350diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2006-03-28 Thread Yasuo Ohgaki
yohgaki Wed Mar 29 01:10:27 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: restore E_WARNING in correct place http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.347r2=1.348diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2006-03-26 Thread Yasuo Ohgaki
yohgaki Mon Mar 27 02:59:42 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: remove pg_execute() E_WARNING error when query plan is not defined http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.346r2=1.347diff_format=u Index:

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

2006-03-22 Thread Ilia Alshanetsky
iliaa Wed Mar 22 17:32:21 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Simplify and optimize code. http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.345r2=1.346diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c php_pgsql.h

2006-03-16 Thread Edin Kadribasic
edink Thu Mar 16 14:58:56 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_field_table() as per req: #36750 http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.344r2=1.345diff_format=u Index: php-src/ext/pgsql/pgsql.c

Re: [PHP-CVS] cvs: php-src /ext/pgsql pgsql.c php_pgsql.h

2006-03-16 Thread Christopher Kings-Lynne
Documentation? Edin Kadribasic wrote: edink Thu Mar 16 14:58:56 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_field_table() as per req: #36750

Re: [PHP-CVS] cvs: php-src /ext/pgsql pgsql.c php_pgsql.h

2006-03-16 Thread Ilia Alshanetsky
Christopher Kings-Lynne wrote: Documentation? What's that? ;-) Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c /ext/pgsql/tests .cvsignore 80_bug36625.phpt

2006-03-06 Thread Marcus Boerger
helly Mon Mar 6 20:16:34 2006 UTC Added files: /php-src/ext/pgsql/tests80_bug36625.phpt Modified files: /php-src/ext/pgsql pgsql.c /php-src/ext/pgsql/tests.cvsignore Log: - Fixed #36625 pg_trace() does not work

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 13:33:28 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: fix #36606 (pg_query_params() changes arguments type to string) http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.341r2=1.342diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c /ext/pgsql/tests 80_bug32223b.phpt

2005-11-07 Thread Marcus Boerger
helly Mon Nov 7 07:56:23 2005 EDT Added files: /php-src/ext/pgsql/tests80_bug32223b.phpt Modified files: /php-src/ext/pgsql pgsql.c Log: - Fix Bug #32223 weird behaviour of pg_last_notice

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

2005-11-06 Thread Marcus Boerger
helly Sun Nov 6 07:01:43 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: -MFB Fix parameter parsing http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.333r2=1.334ty=u Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.333

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

2005-10-11 Thread Ilia Alshanetsky
iliaa Tue Oct 11 12:18:45 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #33167 (Possible crash inside pg_fetch_array()). http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.332r2=1.333ty=u Index: php-src/ext/pgsql/pgsql.c diff

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

2005-07-05 Thread Edin Kadribasic
edink Tue Jul 5 10:49:23 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Properly detect when the copy command fails http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.328r2=1.329ty=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2005-05-10 Thread Antony Dovgal
tony2001Tue May 10 16:13:26 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: fix #32904 (pg_get_notify() ignores result_type parameter) http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.325r2=1.326ty=u Index:

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

2005-05-10 Thread Andi Gutmans
So why not just do: + if (result_type PGSQL_NUM) { + if (result_type PGSQL_ASSOC) { Why do you need to reference PGSQL_BOTH? I might be missing something (didn't look at the .c file) but it seems strange. Andi At 08:13 PM 5/10/2005 +, Antony Dovgal wrote: tony2001

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

2005-05-10 Thread Antony Dovgal
On Tue, 10 May 2005 15:34:10 -0700 Andi Gutmans [EMAIL PROTECTED] wrote: So why not just do: + if (result_type PGSQL_NUM) { + if (result_type PGSQL_ASSOC) { Why do you need to reference PGSQL_BOTH? I might be missing something (didn't look at the .c file) but it seems

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

2005-05-10 Thread Antony Dovgal
tony2001Tue May 10 19:12:33 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: use and check for the right value of result_type http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.326r2=1.327ty=u Index: php-src/ext/pgsql/pgsql.c diff

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

2005-05-05 Thread Jani Taskinen
MFH? (to both PHP_4_3 and PHP_5_0) --Jani On Tue, 3 May 2005, Ilia Alshanetsky wrote: iliaa Tue May 3 18:50:02 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Prevent double free. http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.324r2=1.325ty=u

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c php_pgsql.h

2005-04-13 Thread Derick Rethans
derick Wed Apr 13 17:48:33 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c php_pgsql.h Log: - MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not available).

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

2005-04-13 Thread Antony Dovgal
tony2001Wed Apr 13 18:11:39 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: disable pg_cmdtuples() too, if there is no pg_affected_rows() http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.323r2=1.324ty=u Index:

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

2005-03-24 Thread Ilia Alshanetsky
iliaa Thu Mar 24 19:30:44 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Slightly safer code. http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.320r2=1.321ty=u Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.320

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

2005-03-19 Thread Christopher Kings-Lynne
chriskl Sat Mar 19 04:07:21 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Minor oversight in #if for an internal function http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.315r2=1.316ty=u Index: php-src/ext/pgsql/pgsql.c diff -u

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

2005-03-19 Thread Christopher Kings-Lynne
chriskl Sat Mar 19 04:21:51 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Another oversight - make sure constants related to pg_result_error_field are #if'd as well as the function itself

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c /ext/pgsql/tests 03sync_query.phpt

2005-03-19 Thread Christopher Kings-Lynne
chriskl Sat Mar 19 21:46:03 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c /php-src/ext/pgsql/tests03sync_query.phpt Log: Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs.

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

2005-03-19 Thread Jani Taskinen
sniper Sat Mar 19 21:57:12 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: - Fixed a warning (might also be an error with some exotic compiler) http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.318r2=1.319ty=u Index:

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

2005-02-14 Thread Edin Kadribasic
edink Mon Feb 14 18:40:25 2005 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: ws fix http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.313r2=1.314ty=u Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.313

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

2004-05-12 Thread Ilia Alshanetsky
iliaa Wed May 12 12:49:47 2004 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #28374 (Possible unterminated loop inside _php_pgsql_trim_message()). http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.310r2=1.311ty=u Index:

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

2004-04-21 Thread Ilia Alshanetsky
iliaa Wed Apr 21 20:31:57 2004 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed possible crash inside pg_copy_(to|from) function if delimiter is more then 1 character long.

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

2004-03-17 Thread Ilia Alshanetsky
iliaa Wed Mar 17 20:34:59 2004 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #27300 (Improved regex for pg_convert()). # Patch by benjcarson at digitaljunkies dot ca

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

2004-01-28 Thread Ilia Alshanetsky
iliaa Wed Jan 28 21:54:30 2004 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #27007 (missing connection closure when connect fails in pgsql). http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.303r2=1.304ty=u Index:

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

2004-01-11 Thread Ilia Alshanetsky
iliaa Sun Jan 11 16:18:19 2004 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.302 php-src/ext/pgsql/pgsql.c:1.303

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

2003-12-22 Thread Ilia Alshanetsky
iliaa Mon Dec 22 10:56:52 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Missing bit for bug #26625. Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.300 php-src/ext/pgsql/pgsql.c:1.301 --- php-src/ext/pgsql/pgsql.c:1.300

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

2003-12-15 Thread Ilia Alshanetsky
iliaa Mon Dec 15 20:00:36 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data types). Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.299

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

2003-12-07 Thread Ilia Alshanetsky
iliaa Sun Dec 7 13:39:10 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Removed unused variable. Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.298 php-src/ext/pgsql/pgsql.c:1.299 --- php-src/ext/pgsql/pgsql.c:1.298

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

2003-12-06 Thread Marcus Boerger
helly Sat Dec 6 16:36:22 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: MFB: PHP_PQ_ERROR() change Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.297 php-src/ext/pgsql/pgsql.c:1.298 --- php-src/ext/pgsql/pgsql.c:1.297 Thu

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

2003-09-06 Thread Marcus Boerger
helly Sat Sep 6 11:30:29 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Bugfix #25404 Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.294 php-src/ext/pgsql/pgsql.c:1.295 --- php-src/ext/pgsql/pgsql.c:1.294 Thu Aug 28

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

2003-08-29 Thread Marcus Boerger
helly Thu Aug 28 19:04:27 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: format string fix and number of arguments Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.293 php-src/ext/pgsql/pgsql.c:1.294 ---

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 13:49:09 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #25093 (Various leaks due to non-freed queries) Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.288 php-src/ext/pgsql/pgsql.c:1.289 ---

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

2003-07-27 Thread Marcus Boerger
helly Sun Jul 27 12:45:10 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: New smart connect/shutdown for persistent connections. Behavior for old libs/servers is BEGIN;ROLLBACK; in request shutdown. For new libs a RESET ALL; is done in connect and

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c php_pgsql.h

2003-07-27 Thread Marcus Boerger
helly Sun Jul 27 12:47:36 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c php_pgsql.h Log: Added new function pg_parameter_status() Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.285 php-src/ext/pgsql/pgsql.c:1.286 ---

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

2003-07-27 Thread Marcus Boerger
helly Sun Jul 27 13:05:56 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: In protocol version 3 we cannot test transaction status and do unconditional ROLLBACK; Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.286

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

2003-07-27 Thread Marcus Boerger
helly Sun Jul 27 13:44:20 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: #damn Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.287 php-src/ext/pgsql/pgsql.c:1.288 --- php-src/ext/pgsql/pgsql.c:1.287 Sun Jul 27 13:05:56 2003

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

2003-07-22 Thread Jani Taskinen
MFH? --Jani On Mon, 21 Jul 2003, Marcus Boerger wrote: helly Mon Jul 21 16:53:00 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Reset vars when reusing a persistent connection as requested from postgres developers Index:

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

2003-07-22 Thread Marcus Brger
Hello Jani, Tuesday, July 22, 2003, 10:47:37 AM, you wrote: JT MFH? No, it seems the request is very old but we need to discuss it a bit further on the postgres list... Best regards, Marcusmailto:[EMAIL PROTECTED] -- PHP CVS Mailing List

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

2003-07-22 Thread Marcus Boerger
helly Tue Jul 22 17:12:32 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Postgres decision on this Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.281 php-src/ext/pgsql/pgsql.c:1.282 --- php-src/ext/pgsql/pgsql.c:1.281 Mon

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

2003-07-22 Thread Marcus Boerger
helly Tue Jul 22 18:05:46 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: The value might be a null pointer Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.282 php-src/ext/pgsql/pgsql.c:1.283 --- php-src/ext/pgsql/pgsql.c:1.282

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

2003-07-21 Thread Marcus Boerger
helly Mon Jul 21 16:49:47 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Go without #24499 hint sneaked in by accident Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.279 php-src/ext/pgsql/pgsql.c:1.280 ---

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

2003-07-21 Thread Marcus Boerger
helly Mon Jul 21 16:53:00 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Reset vars when reusing a persistent connection as requested from postgres developers Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.280

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

2003-07-20 Thread Marcus Boerger
helly Sun Jul 20 12:00:40 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Use only one line per error message and don't terminate with a dot as everywhere else. Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.278