[PHP-CVS] cvs: php-src /ext/standard/tests/strings addslashes_basic.phpt addslashes_error.phpt addslashes_variation1.phpt addslashes_variation2.phpt

2007-09-05 Thread Raghubansh Kumar
kraghubaThu Sep 6 04:02:56 2007 UTC Modified files: /php-src/ext/standard/tests/strings addslashes_error.phpt addslashes_variation1.phpt addslashes_basic.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings addslashes_basic.phpt addslashes_error.phpt addslashes_variation1.phpt addslashes_variation2.phpt addslashes_variation3.phpt

2007-09-05 Thread Raghubansh Kumar
kraghubaThu Sep 6 04:01:25 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings addslashes_error.phpt addslashes_basic.phpt addslashes_variation1.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-05 Thread Antony Dovgal
The machine is Linux x86-64. On 06.09.2007 02:43, Antony Dovgal wrote: > The test fails in 5_2 branch (didn't check HEAD yet). > > # cat ext/mysqli/tests/bug38710.diff > 001+ int(8193) > 002+ string(32) "b7652d9bca37038c342cc0c492dd70f9" > 001- int(10) > 002- string(32) "1af6d6f2f682f76f80e60

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-05 Thread Antony Dovgal
The test fails in 5_2 branch (didn't check HEAD yet). # cat ext/mysqli/tests/bug38710.diff 001+ int(8193) 002+ string(32) "b7652d9bca37038c342cc0c492dd70f9" 001- int(10) 002- string(32) "1af6d6f2f682f76f80e606aeaaee1680" On 05.09.2007 16:36, Andrey Hristov wrote: > andreyWed S

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard dir.c file.c

2007-09-05 Thread Andrei Zmievski
Calm down, Jani. I'm sure it was just an oversight. -Andrei http://10fathoms.org/vu - daily photoblog On Sep 5, 2007, at 2:06 AM, Jani Taskinen wrote: This is against the proper procedure. You're supposed to commit first to HEAD then MFH to the appropriate branch. We don't have the luxury of

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

2007-09-05 Thread Ilia Alshanetsky
iliaa Wed Sep 5 13:03:59 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql pgsql.c Log: MFH: fixed typo in function name http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.23&r2=1.331.2.13.2.24&diff_format=u Index: php-src/

[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.371&r2=1.372&diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsq

[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.370&r2=1.371&diff_format=u Index

[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.369&r2=1.370&diff_format=u Index: php-src/ext/pgs

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

2007-09-05 Thread Ilia Alshanetsky
iliaa Wed Sep 5 12:55:37 2007 UTC Modified files: /php-src/ext/standard dir.c file.c Log: MFB: Fixed possible buffer overflows inside the fnmatch() and glob() functions http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.168&r2=1.169&diff

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-05 Thread Andrey Hristov
andrey Wed Sep 5 12:36:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysqli mysqli_api.c /php-src/ext/mysqli/tests bug38710.phpt Log: Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion) Fixed regression of bug 3

[PHP-CVS] cvs: php-src /ext/soap php_soap.h soap.c /ext/soap/tests/bugs bug42214.phpt

2007-09-05 Thread Dmitry Stogov
dmitry Wed Sep 5 11:21:01 2007 UTC Modified files: /php-src/ext/soap php_soap.h soap.c /php-src/ext/soap/tests/bugsbug42214.phpt Log: Fixed bug #42214 (SoapServer sends clients internal PHP errors) http://cvs.php.net/viewvc.cgi/php-src/ext/so

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap php_soap.h soap.c /ext/soap/tests/bugs bug42214.phpt

2007-09-05 Thread Dmitry Stogov
dmitry Wed Sep 5 11:20:46 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug42214.phpt Modified files: /php-srcNEWS /php-src/ext/soap php_soap.h soap.c Log: Fixed bug #42214 (SoapServer sends clients

[PHP-CVS] cvs: php-src /ext/soap soap.c /ext/soap/tests/bugs bug42488.phpt

2007-09-05 Thread Dmitry Stogov
dmitry Wed Sep 5 10:18:38 2007 UTC Modified files: /php-src/ext/soap soap.c /php-src/ext/soap/tests/bugsbug42488.phpt Log: Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks). http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap php_encoding.c /ext/soap/tests/bugs bug42488.phpt

2007-09-05 Thread Dmitry Stogov
dmitry Wed Sep 5 10:18:24 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug42488.phpt Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c Log: Fixed bug #42488 (SoapServer reports an encod

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard dir.c file.c

2007-09-05 Thread Jani Taskinen
This is against the proper procedure. You're supposed to commit first to HEAD then MFH to the appropriate branch. We don't have the luxury of having some divas around here who think they can do whatever they like.. Can someone please revoke Ilia's CVS account? Only committing to a branch and leavi

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2007-09-05 Thread Dmitry Stogov
dmitry Wed Sep 5 08:26:49 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #42523 (PHP_SELF duplicates path) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.331&r2=1.332&diff_format=u Index: php-src/sapi/cgi/cgi_main.c d

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cgi cgi_main.c

2007-09-05 Thread Dmitry Stogov
dmitry Wed Sep 5 08:26:32 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Fixed bug #42523 (PHP_SELF duplicates path) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.927&r2=1.2027.2.547.2.928&