[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2006-03-19 Thread changelog
changelog Mon Mar 20 06:31:42 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2289r2=1.2290diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2289

[PHP-CVS] cvs: php-src / NEWS

2006-03-19 Thread Pierre-Alain Joye
pajoye Sun Mar 19 11:26:25 2006 UTC Modified files: /php-srcNEWS Log: - typos http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2107r2=1.2108diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2107 php-src/NEWS:1.2108 --- php-src/NEWS:1.2107 Thu Mar

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 14:54:54 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/apache2handlersapi_apache2.c /php-src/sapi/apache2filter sapi_apache2.c Log: - fix php_apache_sapi_header_handler() modifying sapi_header # already taken care of in

[PHP-CVS] cvs: php-src /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 14:58:06 2006 UTC Modified files: /php-src/sapi/apache2handlersapi_apache2.c /php-src/sapi/apache2filter sapi_apache2.c Log: MFB: fix php_apache_sapi_header_handler() modifying sapi_header

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 15:18:20 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - Fixed Apache2 SAPIs header handler modifying header strings. http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.468r2=1.2027.2.469diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-03-19 Thread Michael Wallner
mikeSun Mar 19 15:19:08 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - add comitters name http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.469r2=1.2027.2.470diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.469

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo pdo_stmt.c

2006-03-19 Thread Ilia Alshanetsky
iliaa Sun Mar 19 17:35:36 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdopdo_stmt.c Log: Properly calculate the size of the result array. http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.118.2.33r2=1.118.2.34diff_format=u

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

2006-03-19 Thread Ilia Alshanetsky
iliaa Sun Mar 19 17:35:56 2006 UTC Modified files: /php-src/ext/pdopdo_stmt.c Log: MFB51: Properly calculate the size of the result array. http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.152r2=1.153diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/reflection/tests bug36337.phpt

2006-03-19 Thread Marcus Boerger
helly Sun Mar 19 18:25:51 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/reflection/tests bug36337.phpt Log: - Missing skipif http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/tests/bug36337.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-19 Thread Andrei Zmievski
andrei Sun Mar 19 18:35:34 2006 UTC Modified files: /CVSROOTcommitinfo.pl Log: Close down access to PHP_GTK_1 branch of the PHP_GTK docs. http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.10r2=1.11diff_format=u Index: CVSROOT/commitinfo.pl diff

[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2006-03-19 Thread Andrei Zmievski
andrei Sun Mar 19 18:59:18 2006 UTC Modified files: /CVSROOTcommitinfo.pl Log: Fix regexp http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo.pl?r1=1.11r2=1.12diff_format=u Index: CVSROOT/commitinfo.pl diff -u CVSROOT/commitinfo.pl:1.11

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard array.c

2006-03-19 Thread Antony Dovgal
tony2001Sun Mar 19 22:11:37 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard array.c Log: MFH: make the code cleaner http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/array.c?r1=1.308.2.18r2=1.308.2.19diff_format=u Index:

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

2006-03-19 Thread Antony Dovgal
tony2001Sun Mar 19 22:12:39 2006 UTC Modified files: /php-src/ext/standard array.c Log: make the code a bit cleaner - no need for two different checks that are doing effectively the same

[PHP-CVS] cvs: php-src(PHP_5_1) /main network.c

2006-03-19 Thread Antony Dovgal
tony2001Sun Mar 19 22:33:10 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/main network.c Log: first check stream for NULL, then dereference http://cvs.php.net/viewcvs.cgi/php-src/main/network.c?r1=1.118.2.1r2=1.118.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /main network.c

2006-03-19 Thread Antony Dovgal
tony2001Sun Mar 19 22:34:26 2006 UTC Modified files: /php-src/main network.c Log: MFB: first check stream for NULL, then dereference http://cvs.php.net/viewcvs.cgi/php-src/main/network.c?r1=1.120r2=1.121diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2006-03-19 Thread Pierre-Alain Joye
pajoye Sun Mar 19 22:44:12 2006 UTC Modified files: /CVSROOTavail Log: - ehlersd karma for pear/Net_Geo http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1109r2=1.1110diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1109 CVSROOT/avail:1.1110

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

2006-03-19 Thread Antony Dovgal
tony2001Sun Mar 19 22:57:47 2006 UTC Modified files: /php-src/ext/pdopdo_dbh.c Log: this check should be present in HEAD as well, no only in 5_1 http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.123r2=1.124diff_format=u Index: