[PHP-CVS] cvs: php4 /ext/iconv iconv.c

2002-10-26 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 26 03:49:46 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed typo... what did this # sign mean? Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.55 php4/ext/iconv/iconv.c:1.56 ---

[PHP-CVS] cvs: php4 /ext/iconv/tests ob_iconv_handler.phpt

2002-10-26 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 26 04:45:49 2002 EDT Added files: /php4/ext/iconv/tests ob_iconv_handler.phpt Log: Added a test case for ob_iconv_handler() Index: php4/ext/iconv/tests/ob_iconv_handler.phpt +++ php4/ext/iconv/tests/ob_iconv_handler.phpt

[PHP-CVS] cvs: php4 /ext/iconv/tests 001.phpt 002.inc 002.phpt iconv001.phpt iconv002.inc iconv002.phpt

2002-10-26 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 26 04:50:05 2002 EDT Added files: /php4/ext/iconv/tests iconv001.phpt iconv002.inc iconv002.phpt Removed files: /php4/ext/iconv/tests 001.phpt 002.inc 002.phpt Log: Renamed the test Index:

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.c

2002-10-26 Thread Derick Rethans
On Sat, 26 Oct 2002, Yasuo Ohgaki wrote: yohgaki Fri Oct 25 22:08:05 2002 EDT Modified files: /php4/ext/mbstringmbstring.c Log: Remove useless check. # Problem was in other place For once: DISCUSS things before you remove patches by

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.c

2002-10-26 Thread Yasuo Ohgaki
Derick Rethans wrote: On Sat, 26 Oct 2002, Yasuo Ohgaki wrote: yohgaki Fri Oct 25 22:08:05 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Remove useless check. # Problem was in other place For once: DISCUSS things before you remove patches by others. I

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.c

2002-10-26 Thread Moriyoshi Koizumi
For once: DISCUSS things before you remove patches by others. I don't care if it was wrong, but removing code added by others without DISCUSSing is considered quite RUDE. (Just like typing in capitals). If you want to tell Yasuo to do so, I would like you to try to discuss the things before

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 11:47:23 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: some system headers (irix) define sa_len prefix sa_len with x Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.70 php4/sapi/thttpd/thttpd.c:1.71

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/stringshtmlentities01.phpt htmlentities02.phpt htmlentities03.phpthtmlentities04.phpt htmlentities05.phpt htmlentities06.phpthtmlentities07.phpt htmlentities08.phpt htmlentities09.phpthtmlentities1.phpt htmlentities2.phpt htmlentities3.phpthtmlentities4.phpt htmlentities5.phpt htmlentities6.phpthtmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-26 Thread Moriyoshi Koizumi
Hi, My recent patch on html.c is intended to avoid unnecessary encoding on multibyte characters that are mapped over the range of C1/GR area, namely 0x80 - 0xff in hexadecimal. So the result of test 8 is expected to be the same as the original octets. Could you send me test logs? I'll analyze

[PHP-CVS] cvs: php4 /ext/standard/tests/strings 001.phpt strcspn.phpt strspn.phpt

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:48:04 2002 EDT Added files: /php4/ext/standard/tests/stringsstrcspn.phpt strspn.phpt Removed files: /php4/ext/standard/tests/strings001.phpt Log: split tests Index:

[PHP-CVS] cvs: php4 /ext/standard/tests/strings strings001.phpt

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:56:26 2002 EDT Added files: /php4/ext/standard/tests/stringsstrings001.phpt Log: change to use EXPECTREGEX and rename Index: php4/ext/standard/tests/strings/strings001.phpt +++ php4/ext/standard/tests/strings/strings001.phpt

[PHP-CVS] cvs: php4 /ext/standard/tests/strings 002.phpt

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:58:38 2002 EDT Removed files: /php4/ext/standard/tests/strings002.phpt Log: remove original version -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/stringshtmlentities01.phpt htmlentities02.phpt htmlentities03.phpthtmlentities04.phpt htmlentities05.phpt htmlentities06.phpthtmlentities07.phpt htmlentities08.phpt htmlentities09.phpthtmlentities1.phpt htmlentities2.phpt htmlentities3.phpthtmlentities4.phpt htmlentities5.phpt htmlentities6.phpthtmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-26 Thread Marcus Börger
At 18:47 26.10.2002, Moriyoshi Koizumi wrote: Hi, My recent patch on html.c is intended to avoid unnecessary encoding on multibyte characters that are mapped over the range of C1/GR area, namely 0x80 - 0xff in hexadecimal. So the result of test 8 is expected to be the same as the original

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 14:14:46 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Donate Periodic Connection Expiring from Premium thttpd, because it is simple and gives a +40% improvement in terms of requests/s when serving static files. Index:

Re: [PHP-CVS] cvs: php4/ext/standard/tests/stringshtmlentities01.phpt htmlentities02.phpthtmlentities03.phpthtmlentities04.phpt htmlentities05.phpthtmlentities06.phpthtmlentities07.phpt htmlentities08.phpthtmlentities09.phpthtmlentities1.phpt htmlentities2.phpthtmlentities3.phpthtmlentities4.phpt htmlentities5.phpthtmlentities6.phpthtmlentities7.phpt htmlentities8.phpthtmlentities9.phpt

2002-10-26 Thread Moriyoshi Koizumi
Hi Marcus, Thank you for your reports. I guess that is because determine_charset() fails to reflect the change of MBSTRG(current_internal_encoding). But, hmm, I can't find the root cause yet... A most strange thing that still puzzles me is a successful result of test #9 in contrast to test #8.

Re: [PHP-CVS] cvs: php4 / README.TESTING run-tests.php

2002-10-26 Thread Derick Rethans
On Sat, 26 Oct 2002, Marcus Börger wrote: helly Sat Oct 26 12:54:30 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: -introduce EXPECTREGEX -add %c for EXPECTF #i think we must escape the special characters for EXPECTF: .() and

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 15:33:15 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Fixed memory leaks. Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.44 php4/sapi/cli/php_cli.c:1.45 --- php4/sapi/cli/php_cli.c:1.44Fri Oct 25

[PHP-CVS] cvs: php4 /ext/standard/tests/strings bug20108.phpt

2002-10-26 Thread Melvyn Sopacua
msopacuaSat Oct 26 16:07:26 2002 EDT Added files: /php4/ext/standard/tests/stringsbug20108.phpt Log: Test for bug in sprintf # Doesn't segfault for me, but gives a lot of garbage, so I really don't # know what the output should be. Results

[PHP-CVS] cvs: php4 /ext/standard/tests/strings strings001.phpt

2002-10-26 Thread Derick Rethans
derick Sat Oct 26 16:07:50 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrings001.phpt Log: - fix type Index: php4/ext/standard/tests/strings/strings001.phpt diff -u php4/ext/standard/tests/strings/strings001.phpt:1.1

[PHP-CVS] cvs: php4 /ext/standard formatted_print.c

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 16:45:20 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Fixed bug #20108. Index: php4/ext/standard/formatted_print.c diff -u php4/ext/standard/formatted_print.c:1.57 php4/ext/standard/formatted_print.c:1.58 ---

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 16:45:35 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: not sure what this async_send is doing in here, so relieve it from its duty. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.71

[PHP-CVS] cvs: php4 /ext/standard formatted_print.c

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 18:18:40 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Better fix for bug #20108. Index: php4/ext/standard/formatted_print.c diff -u php4/ext/standard/formatted_print.c:1.58 php4/ext/standard/formatted_print.c:1.59

[PHP-CVS] cvs: php4 /sapi/thttpd README

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 18:22:07 2002 EDT Modified files: /php4/sapi/thttpd README Log: update and extend Index: php4/sapi/thttpd/README diff -u php4/sapi/thttpd/README:1.8 php4/sapi/thttpd/README:1.9 --- php4/sapi/thttpd/README:1.8 Tue Jul 16 12:24:13 2002 +++

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 18:22:34 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: add phppat/phpspat configuration file support and fix some indention Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.24

[PHP-CVS] cvs: php4 /sapi/thttpd README

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 18:27:45 2002 EDT Modified files: /php4/sapi/thttpd README Log: s/-// Index: php4/sapi/thttpd/README diff -u php4/sapi/thttpd/README:1.9 php4/sapi/thttpd/README:1.10 --- php4/sapi/thttpd/README:1.9 Sat Oct 26 18:22:07 2002 +++

Re: [PHP-CVS] cvs: php4 / README.TESTING run-tests.php

2002-10-26 Thread Marcus Börger
At 21:39 26.10.2002, Derick Rethans wrote: On Sat, 26 Oct 2002, Marcus Börger wrote: helly Sat Oct 26 12:54:30 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: -introduce EXPECTREGEX -add %c for EXPECTF #i think we must escape the special

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 19:49:25 2002 EDT Modified files: /php4 README.TESTING Log: Only in EXPECTREGEX Index: php4/README.TESTING diff -u php4/README.TESTING:1.16 php4/README.TESTING:1.17 --- php4/README.TESTING:1.16Sat Oct 26 12:54:30 2002 +++