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

2006-05-13 Thread Marcus Boerger
helly Sun May 14 02:00:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.18&r2=1.2027.2.547.2.19&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.18 ph

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

2006-05-13 Thread Marcus Boerger
helly Sun May 14 01:55:27 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.17&r2=1.2027.2.547.2.18&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.17 ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file stream_rfc2397_003.gif stream_rfc2397_003.phpt /main/streams memory.c

2006-05-13 Thread Marcus Boerger
helly Sun May 14 01:42:03 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filestream_rfc2397_003.gif stream_rfc2397_003.phpt Modified files: /php-src/main/streams memory.c

[PHP-CVS] cvs: php-src /ext/standard/tests/file stream_rfc2397_003.gif stream_rfc2397_003.phpt /main/streams memory.c

2006-05-13 Thread Marcus Boerger
helly Sun May 14 01:39:24 2006 UTC Added files: /php-src/ext/standard/tests/filestream_rfc2397_003.gif stream_rfc2397_003.phpt Modified files: /php-src/main/streams memory.c Log: - RFC239

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file stream_rfc2397_002.phpt /main/streams memory.c

2006-05-13 Thread Marcus Boerger
helly Sun May 14 01:06:09 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filestream_rfc2397_002.phpt Modified files: /php-src/main/streams memory.c Log: - MFH RFC 2397 meta data handling http://cvs.php.net/

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

2006-05-13 Thread Marcus Boerger
helly Sun May 14 01:03:42 2006 UTC Modified files: /php-src/main/streams memory.c Log: - Enforce stream mode correct http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.17&r2=1.18&diff_format=u Index: php-src/main/streams/memory.c diff -u p

[PHP-CVS] cvs: php-src /ext/standard/tests/file stream_rfc2397_001.phpt stream_rfc2397_002.phpt /main/streams memory.c

2006-05-13 Thread Marcus Boerger
helly Sun May 14 00:45:27 2006 UTC Modified files: /php-src/ext/standard/tests/filestream_rfc2397_001.phpt stream_rfc2397_002.phpt /php-src/main/streams memory.c Log: - Change to use dedicated stream ops

[PHP-CVS] cvs: php-src /ext/standard/tests/file stream_rfc2397_002.phpt /main/streams memory.c

2006-05-13 Thread Marcus Boerger
helly Sun May 14 00:40:53 2006 UTC Added files: /php-src/ext/standard/tests/filestream_rfc2397_002.phpt Modified files: /php-src/main/streams memory.c Log: - RFC 2397 meta data handling http://cvs.php.net/viewcvs.cgi/php-s

[PHP-CVS] cvs: php-src(PHP_5_2) / README.UPDATE_5_2

2006-05-13 Thread Pierre-Alain Joye
pajoye Sun May 14 00:29:08 2006 UTC Added files: (Branch: PHP_5_2) /php-srcREADME.UPDATE_5_2 Log: - initial commit Please fill it :) http://cvs.php.net/viewcvs.cgi/php-src/README.UPDATE_5_2?view=markup&rev=1.1 Index: php-src/README.UPDATE_5_2 +++

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /sapi/apache mod_php4.c

2006-05-13 Thread Marcus Boerger
Hello Rasmus, just out of curiosity, what do you consider in general the better style follow the signing or use ~0u/~0 in these cases? best regards marcus Saturday, May 13, 2006, 11:42:15 PM, you wrote: > rasmus Sat May 13 21:42:15 2006 UTC > Modified files: (Branch: P

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/apache mod_php5.c

2006-05-13 Thread Rasmus Lerdorf
rasmus Sat May 13 22:03:51 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/apachemod_php5.c Log: Oh, woops. The cgi_vars optimization patch snuck in there. Reverse that part. http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache/mod_php5.c?r

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache mod_php5.c

2006-05-13 Thread Rasmus Lerdorf
rasmus Sat May 13 21:50:28 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apachemod_php5.c Log: Switch to a signed int for now. Will look at moving to a long throughout the code here. http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache/mod

[PHP-CVS] cvs: php-src /sapi/apache mod_php5.c

2006-05-13 Thread Rasmus Lerdorf
rasmus Sat May 13 21:48:15 2006 UTC Modified files: /php-src/sapi/apachemod_php5.c Log: We might want to consider moving this to a long throughout the sapi code, but for now switch to a signed int. http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/apache mod_php5.c

2006-05-13 Thread Rasmus Lerdorf
rasmus Sat May 13 21:44:04 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/apachemod_php5.c Log: ap_get_client_block can return a negative value, so don't use an unsigned int here. http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache/mod_php5.

[PHP-CVS] cvs: php-src(PHP_4_4) /sapi/apache mod_php4.c

2006-05-13 Thread Rasmus Lerdorf
rasmus Sat May 13 21:42:15 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/apachemod_php4.c Log: ap_get_client_block can return -1, so don't use an unsigned int here http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache/mod_php4.c?r1=1.146.2.15.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard basic_functions.c /ext/standard/tests/file stream_rfc2397_001.phpt /main php_memory_streams.h /main/streams memory.c

2006-05-13 Thread Marcus Boerger
helly Sat May 13 17:58:58 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filestream_rfc2397_001.phpt Modified files: /php-src/ext/standard basic_functions.c /php-src/main php_memory_streams.h /php-

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/file stream_rfc2397_001.phpt /main php_memory_streams.h /main/streams memory.c

2006-05-13 Thread Marcus Boerger
helly Sat May 13 17:53:02 2006 UTC Added files: /php-src/ext/standard/tests/filestream_rfc2397_001.phpt Modified files: /php-src/main php_memory_streams.h /php-src/main/streams memory.c /php-src/ext/standard bas

[PHP-CVS] cvs: CVSROOT / avail

2006-05-13 Thread Marcus Boerger
helly Sat May 13 14:10:16 2006 UTC Modified files: /CVSROOTavail Log: - Add myself here to update phpt test writing http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1132&r2=1.1133&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1132 CVSROOT/ava

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

2006-05-13 Thread Marcus Boerger
helly Sat May 13 14:01:58 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - MFH add support for --EXPECTHEADERS-- http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.37.2.1&r2=1.226.2.37.2.2&diff_format=u Index: php-src/

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

2006-05-13 Thread Marcus Boerger
helly Sat May 13 14:01:19 2006 UTC Modified files: /php-srcrun-tests.php Log: - Add support for --EXPECTHEADERS-- - MFB cgi specific stuff http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.286&r2=1.287&diff_format=u Index: php-src/run-tests.ph