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

2006-05-24 Thread changelog
changelog Thu May 25 05:31:52 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2355r2=1.2356diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2355

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

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 07:52:59 2006 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).

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

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 07:55:19 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).

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

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 07:55:38 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).

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

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 09:41:55 2006 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #37256 (php-fastcgi dosen't handle connection abort) http://cvs.php.net/viewcvs.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.288r2=1.289diff_format=u Index:

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

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 09:42:21 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Fixed bug #37256 (php-fastcgi dosen't handle connection abort)

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /sapi/cgi fastcgi.h

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 09:42:46 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/sapi/cgi fastcgi.h Log: Fixed bug #37256 (php-fastcgi dosen't handle connection abort)

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 13:28:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fixed CGI tests. http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.37.2.3r2=1.226.2.37.2.4diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src / run-tests.php

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 13:29:19 2006 UTC Modified files: /php-srcrun-tests.php Log: Fixed CGI tests http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.288r2=1.289diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.288

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

2006-05-24 Thread Antony Dovgal
tony2001Wed May 24 20:21:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct php_sybase_ct.c Log: fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extension enabled))

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

2006-05-24 Thread Antony Dovgal
tony2001Wed May 24 20:22:34 2006 UTC Modified files: /php-src/ext/sybase_ct php_sybase_ct.c Log: MFB: fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extension enabled))

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

2006-05-24 Thread Antony Dovgal
tony2001Wed May 24 21:22:13 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy php_tidy.h tidy.c Log: fix #37418 (tidy module crashes CLI version of PHP)

[PHP-CVS] cvs: php-src /ext/tidy php_tidy.h tidy.c

2006-05-24 Thread Antony Dovgal
tony2001Wed May 24 21:22:27 2006 UTC Modified files: /php-src/ext/tidy php_tidy.h tidy.c Log: MFB: fix #37418 (tidy module crashes CLI version of PHP) http://cvs.php.net/viewcvs.cgi/php-src/ext/tidy/php_tidy.h?r1=1.28r2=1.29diff_format=u Index:

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

2006-05-24 Thread Antony Dovgal
tony2001Wed May 24 21:24:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.43r2=1.2027.2.547.2.44diff_format=u Index: php-src/NEWS diff -u

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

2006-05-24 Thread Edin Kadribasic
edink Wed May 24 22:00:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Initialize windows globals, fixes #37428 http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.640.2.23.2.5r2=1.640.2.23.2.6diff_format=u Index:

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

2006-05-24 Thread Edin Kadribasic
edink Wed May 24 22:00:57 2006 UTC Modified files: /php-src/main main.c Log: MFB: Initialize windows globals, fixes #37428 http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.690r2=1.691diff_format=u Index: php-src/main/main.c diff -u

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

2006-05-24 Thread Edin Kadribasic
edink Wed May 24 22:04:57 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.44r2=1.2027.2.547.2.45diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.44

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl/tests iterator_041b.phpt

2006-05-24 Thread Antony Dovgal
tony2001Wed May 24 23:04:58 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/tests iterator_041b.phpt Log: fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_041b.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_041b.phpt

2006-05-24 Thread Antony Dovgal
tony2001Wed May 24 23:05:30 2006 UTC Modified files: /php-src/ext/spl/tests iterator_041b.phpt Log: fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_041b.phpt?r1=1.1r2=1.2diff_format=u Index:

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

2006-05-24 Thread Ilia Alshanetsky
iliaa Wed May 24 23:14:09 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c /php-srcNEWS Log: Fixed bug #37563 (array_key_exists performance is poor for $array).

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

2006-05-24 Thread Ilia Alshanetsky
iliaa Wed May 24 23:14:36 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: MFB: Fixed bug #37563 (array_key_exists performance is poor for $array).