[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/mbstring mbstring.c

2002-10-26 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 26 03:44:30 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/mbstring mbstring.c Log: MFH (in real sense :) ) Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.48.2.17 php4/ext/mbstring/mbstring.c:1.48.2.

[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 --- php4/ext/iconv/iconv.c:1

[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 --TE

[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: php4/ex

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

2002-10-26 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 26 04:52:17 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Clean-ups Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.56 php4/ext/iconv/iconv.c:1.57 --- php4/ext/iconv/iconv.c:1.56 Sat Oct 26 03:49:46 2002 +++

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 don

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 befo

[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 --

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities02.phpt htmlentities03.phpt htmlentities04.phpt htmlentities10.phpt htmlentities11.phpt htmlentities12.phpt htmlentities13.phpt htmlentities14.phpt

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:09:50 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities02.phpt htmlentities03.phpt htmlentities04.phpt

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: php4/ext/standard/tests/strings/strcs

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

2002-10-26 Thread Marcus Börger
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 such Index: php4/README.TESTING diff -u php

[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 --TE

[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 octets.

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

2002-10-26 Thread Melvyn Sopacua
At 18:54 26-10-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 such The line belo

[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: ".()

[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 05:

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

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 15:41:28 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Donate "Fast Accept Loop" from Premium thttpd which speeds up processing new connections when the connection table contains lots of entries. Index: php4/sapi/thttpd/

[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 pos

[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 php4/ext/standard/test

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

2002-10-26 Thread Derick Rethans
derick Sat Oct 26 16:09:15 2002 EDT Modified files: /php4/ext/standard/tests/stringsbug20108.phpt Log: - Fix typoes Index: php4/ext/standard/tests/strings/bug20108.phpt diff -u php4/ext/standard/tests/strings/bug20108.phpt:1.1 php4/ext/standard/tests/s

[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 --- php4/ex

[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 php4/sapi/thttpd/thttpd

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

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 16:55:41 2002 EDT Modified files: /php4/sapi/thttpd php_thttpd.h thttpd.c thttpd_patch Log: experimental .phps support Index: php4/sapi/thttpd/php_thttpd.h diff -u php4/sapi/thttpd/php_thttpd.h:1.7 php4/sapi/thttpd/php_thttpd.h:1.8 --- ph

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

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 16:55:48 2002 EDT Modified files: /php4/ext/standard/tests/stringsbug20108.phpt Log: Added expected output. Index: php4/ext/standard/tests/strings/bug20108.phpt diff -u php4/ext/standard/tests/strings/bug20108.phpt:1.2 php4/ext/standar

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

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 17:06:10 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Fix build and .phps support Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.73 php4/sapi/thttpd/thttpd.c:1.74 --- php4/sapi/thttpd/thttpd.c:1.73 S

[PHP-CVS] cvs: php4 / configure.in

2002-10-26 Thread Sascha Schumann
sas Sat Oct 26 17:28:36 2002 EDT Modified files: /php4 configure.in Log: Define HAVE_LIBDL, if dlopen() was found. It was tempting to do a complete s/HAVE_LIBDL/HAVE_DLOPEN/ over the whole code base. I defer that to a later point in time for now

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

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 18:00:36 2002 EDT Modified files: /php4/sapi/nsapinsapi.c Log: Added a sanity check (hopefuly will fix bug #20109). According to http://developer.netscape.com/docs/manuals/enterprise/40/nsapi/05_nsapi.htm#551539 util_hostname() can return

[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 php4/sapi/thttpd/

[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 +++ php4/sapi/t

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 +++ php4/REA

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

2002-10-26 Thread Derick Rethans
On Sun, 27 Oct 2002, Marcus Börger wrote: > 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 EX

[PHP-CVS] cvs: php4 /ext/mbstring/tests bug20087.phpt

2002-10-26 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 26 23:07:05 2002 EDT Modified files: /php4/ext/mbstring/testsbug20087.phpt Log: Capitalized the title string Index: php4/ext/mbstring/tests/bug20087.phpt diff -u php4/ext/mbstring/tests/bug20087.phpt:1.1 php4/ext/mbstring/tests/bu