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

2005-01-24 Thread Joe Orton
jorton Mon Jan 24 06:44:57 2005 EDT Modified files: /php-src/sapi/apache2handlerphp_functions.c Log: Fixed regression #31645 - only flush before running the subrequest.

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2handler php_functions.c

2005-01-24 Thread Joe Orton
jorton Mon Jan 24 06:47:00 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed regression #31645 - only flush before running the subrequest.

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/apache2handler php_functions.c

2005-01-24 Thread Joe Orton
jorton Mon Jan 24 06:48:36 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed regression #31645 - only flush before running the subrequest.

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

2005-01-24 Thread Antony Dovgal
tony2001Mon Jan 24 09:12:01 2005 EDT Modified files: /php-src/ext/sysvmsgsysvmsg.c Log: fix msg_recieve() returning TRUE instead of FALSE when unserialize failed (patch by Andrey Hristov)

[PHP-CVS] cvs: php-src /ext/sysvmsg/tests 002.phpt

2005-01-24 Thread Antony Dovgal
tony2001Mon Jan 24 09:19:53 2005 EDT Added files: /php-src/ext/sysvmsg/tests 002.phpt Log: add test http://cvs.php.net/co.php/php-src/ext/sysvmsg/tests/002.phpt?r=1.1p=1 Index: php-src/ext/sysvmsg/tests/002.phpt +++

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/sysvmsg sysvmsg.c /ext/sysvmsg/tests 002.phpt

2005-01-24 Thread Antony Dovgal
tony2001Mon Jan 24 09:23:37 2005 EDT Added files: (Branch: PHP_4_3) /php-src/ext/sysvmsg/tests 002.phpt Modified files: /php-src/ext/sysvmsgsysvmsg.c Log: MFH: fix msg_recieve() add test

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/sysvmsg sysvmsg.c /ext/sysvmsg/tests 002.phpt

2005-01-24 Thread Antony Dovgal
tony2001Mon Jan 24 09:25:16 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/sysvmsg/tests 002.phpt Modified files: /php-src/ext/sysvmsgsysvmsg.c Log: MFH: fix msg_recieve() and add test

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

2005-01-24 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 24 11:47:19 2005 EDT Modified files: /php-src/main rfc1867.c Log: - Revert irrelevant part. http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.166r2=1.167ty=u Index: php-src/main/rfc1867.c diff -u

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

2005-01-24 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 24 11:47:40 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main rfc1867.c Log: - MFH: revert irrelevant part. http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.159.2.7r2=1.159.2.8ty=u Index: php-src/main/rfc1867.c diff

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

2005-01-24 Thread Moriyoshi Koizumi
moriyoshi Mon Jan 24 11:47:53 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/main rfc1867.c Log: - MFH: revert irrelevant part. http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.122.2.29r2=1.122.2.30ty=u Index: php-src/main/rfc1867.c

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

2005-01-24 Thread Ilia Alshanetsky
I can understand your reasoning for wanting to changing the multibyte specific code, but why is the non-multibyte related code being altered? You also effectively re-introduced a bug that Stefan's fix addressed, which was escape char (\) being considered to be part of the path when

[PHP-CVS] Notice again

2005-01-24 Thread baba
You have downloaded these illegal cracks?. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-01-24 Thread Moriyoshi Koizumi
Hi, On 2005/01/25, at 1:59, Ilia Alshanetsky wrote: I can understand your reasoning for wanting to changing the multibyte specific code, but why is the non-multibyte related code being altered? You also effectively re-introduced a bug that Stefan's fix addressed, which was escape char (\)

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

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 15:21:11 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: - bugfix 31348 http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.61r2=1.62ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

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

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 15:22:56 2005 EDT Added files: /php-src/ext/spl/tests bug31348.phpt Log: - Add new test http://cvs.php.net/co.php/php-src/ext/spl/tests/bug31348.phpt?r=1.1p=1 Index: php-src/ext/spl/tests/bug31348.phpt +++

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/spl spl_iterators.c /ext/spl/tests bug31348.phpt

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 15:25:59 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/spl/tests bug31348.phpt Modified files: /php-srcNEWS /php-src/ext/splspl_iterators.c Log: - MFH fix for bug #31348 CachingIterator::rewind()

[PHP-CVS] cvs: php-src /ext/spl doxygen.cfg

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 16:13:52 2005 EDT Modified files: /php-src/ext/spldoxygen.cfg Log: - Update http://cvs.php.net/diff.php/php-src/ext/spl/doxygen.cfg?r1=1.3r2=1.4ty=u Index: php-src/ext/spl/doxygen.cfg diff -u php-src/ext/spl/doxygen.cfg:1.3

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

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 16:27:36 2005 EDT Added files: /php-src/ext/spl/tests bug31346.phpt Log: - Bugfix #31346 http://cvs.php.net/co.php/php-src/ext/spl/tests/bug31346.phpt?r=1.1p=1 Index: php-src/ext/spl/tests/bug31346.phpt +++

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

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 16:28:56 2005 EDT Modified files: /php-src/ext/spl/tests bug28822.phpt Log: - Unify http://cvs.php.net/diff.php/php-src/ext/spl/tests/bug28822.phpt?r1=1.2r2=1.3ty=u Index: php-src/ext/spl/tests/bug28822.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/spl spl_array.c /ext/spl/tests bug28822.phpt bug31346.phpt

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 16:38:30 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/spl/tests bug31346.phpt Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests bug28822.phpt Log: - MFH

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

2005-01-24 Thread Marcus Boerger
helly Mon Jan 24 16:44:03 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.207r2=1.1760.2.208ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.207 php-src/NEWS:1.1760.2.208 ---

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/sysvmsg sysvmsg.c

2005-01-24 Thread Ilia Alshanetsky
iliaa Mon Jan 24 17:23:35 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/sysvmsgsysvmsg.c Log: Fixed compiler warning. http://cvs.php.net/diff.php/php-src/ext/sysvmsg/sysvmsg.c?r1=1.16.2.1r2=1.16.2.2ty=u Index: php-src/ext/sysvmsg/sysvmsg.c

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

2005-01-24 Thread Ilia Alshanetsky
iliaa Mon Jan 24 17:35:24 2005 EDT Modified files: /php-src/main rfc1867.c Log: Use multibyte specific code for handling files and generic basename based code in all other instances.

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

2005-01-24 Thread Ilia Alshanetsky
iliaa Mon Jan 24 17:41:41 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main rfc1867.c Log: MFH: Use multibyte specific code for handling files and generic basename based code in all other instances.

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

2005-01-24 Thread Ilia Alshanetsky
iliaa Mon Jan 24 18:52:29 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/main rfc1867.c Log: MFH: Use multibyte specific code for handling files and generic basename based code in all other instances.

[PHP-CVS] cvs: CVSROOT / avail

2005-01-24 Thread Wez Furlong
wez Tue Jan 25 01:15:49 2005 EDT Modified files: /CVSROOTavail Log: colorer karma for Andrey Demenev (blindman) http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.930r2=1.931ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.930 CVSROOT/avail:1.931 ---