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.
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
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
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
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
+++
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
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
> 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
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
--
helly Sat Oct 26 12:09:50 2002 EDT
Modified files:
/php4/ext/standard/tests/stringshtmlentities02.phpt
htmlentities03.phpt
htmlentities04.phpt
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
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
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
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
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
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.
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
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
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.
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: ".()
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:
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/
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
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
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
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
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
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
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
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
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
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
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
--
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
+++
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/
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
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
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
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
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
40 matches
Mail list logo