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

2002-10-06 Thread Moriyoshi Koizumi
moriyoshi Sun Oct 6 02:37:48 2002 EDT Modified files: /php4/ext/mbstring php_mbregex.c Log: made messages more consistent Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.6 php4/ext/mbstring/php_mbregex.c:1.7 ---

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

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 02:47:55 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fix for bug #19700 - code by Wez Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.17 php4/ext/gd/libgd/gd.c:1.18 --- php4/ext/gd/libgd/gd.c:1.17 Mon Sep 30

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd.c

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 02:50:58 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd.c Log: MFH bug fix for #19700 Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.17 php4/ext/gd/libgd/gd.c:1.17.2.1 --- php4/ext/gd/libgd/gd.c:1.17 Mon

[PHP-CVS] cvs: php4 /ext/gd/libgd gd_topal.c

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 03:19:08 2002 EDT Modified files: /php4/ext/gd/libgd gd_topal.c Log: Ok, perhaps it's too late at night, but I see absolutely no reason for this chunk of code here. Why is it writing a palette.map file to disk in the middle of this

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

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 04:39:05 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: WS fix - although the entire libgd directory is horrendously formatted. However, since we are forking existing code, fixing it would make it much harder to merge any Boutell

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd.c

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 04:39:20 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd.c Log: MFH Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.17.2.1 php4/ext/gd/libgd/gd.c:1.17.2.2 --- php4/ext/gd/libgd/gd.c:1.17.2.1 Sun Oct 6

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

2002-10-06 Thread Sebastian Bergmann
sebastian Sun Oct 6 05:36:26 2002 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: HAVE_MBSTRING awareness. Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.42 php4/ext/mbstring/mbfilter.c:1.43 ---

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

2002-10-06 Thread Derick Rethans
On Sun, 6 Oct 2002, Sebastian Bergmann wrote: sebastian Sun Oct 6 05:36:26 2002 EDT Modified files: /php4/ext/mbstringmbfilter.c Log: HAVE_MBSTRING awareness. Don't forget to merge! Derick Index: php4/ext/mbstring/mbfilter.c diff

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

2002-10-06 Thread Sander Roobol
sander Sun Oct 6 07:26:49 2002 EDT Added files: /php4/ext/standard/tests/stringsimplode.phpt str_repeat.phpt Log: Add testcases for implode() and str_repeat() Index: php4/ext/standard/tests/strings/implode.phpt +++

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

2002-10-06 Thread Sander Roobol
sander Sun Oct 6 07:28:12 2002 EDT Modified files: /php4/ext/standard string.c Log: Fixed segfault and memory leak in the new implementation of implode() Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.313

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard string.c

2002-10-06 Thread Sander Roobol
sander Sun Oct 6 07:31:20 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: MFH Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.313 php4/ext/standard/string.c:1.313.2.1 --- php4/ext/standard/string.c:1.313

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c var.c /main output.c

2002-10-06 Thread Zeev Suraski
zeevSun Oct 6 08:02:54 2002 EDT Modified files: /php4/ext/standard basic_functions.c var.c /php4/main output.c Log: Revert the implicit_flush mess. Do not revert it again under any circumstances! Yasuo/anybody else - if there are issues with

[PHP-CVS] cvs: php4(PHP_4_3) /ext/xslt sablot.c

2002-10-06 Thread Melvyn Sopacua
msopacuaSun Oct 6 11:28:12 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/xslt sablot.c Log: whitespace Index: php4/ext/xslt/sablot.c diff -u php4/ext/xslt/sablot.c:1.56.2.1 php4/ext/xslt/sablot.c:1.56.2.2 ---

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

2002-10-06 Thread Moriyoshi Koizumi
moriyoshi Sun Oct 6 11:42:23 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring mbfilter.c Log: merging Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.42 php4/ext/mbstring/mbfilter.c:1.42.2.1 ---

[PHP-CVS] cvs: php4 /ext/xslt/tests public.xml

2002-10-06 Thread Melvyn Sopacua
msopacuaSun Oct 6 11:51:31 2002 EDT Added files: /php4/ext/xslt/testspublic.xml Log: missed this, needed by 007.phpt Index: php4/ext/xslt/tests/public.xml +++ php4/ext/xslt/tests/public.xml ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE

[PHP-CVS] cvs: php4(PHP_4_3) /ext/xslt/tests public.xml

2002-10-06 Thread Melvyn Sopacua
msopacuaSun Oct 6 11:53:17 2002 EDT Added files: (Branch: PHP_4_3) /php4/ext/xslt/testspublic.xml Log: MFH Index: php4/ext/xslt/tests/public.xml +++ php4/ext/xslt/tests/public.xml ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE qa PUBLIC

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

2002-10-06 Thread Moriyoshi Koizumi
moriyoshi Sun Oct 6 12:48:52 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring php_mbregex.c Log: Fix build. Thanks to Sebastian, Rasmus. Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.5.2.1

[PHP-CVS] cvs: php4 /ext/gd/libgd gd_topal.c

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 13:47:51 2002 EDT Modified files: /php4/ext/gd/libgd gd_topal.c Log: Fix for bug 19781 Index: php4/ext/gd/libgd/gd_topal.c diff -u php4/ext/gd/libgd/gd_topal.c:1.6 php4/ext/gd/libgd/gd_topal.c:1.7 --- php4/ext/gd/libgd/gd_topal.c:1.6

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd_topal.c

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 13:50:26 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd_topal.c Log: MFH fixes 19704 and 19781 Index: php4/ext/gd/libgd/gd_topal.c diff -u php4/ext/gd/libgd/gd_topal.c:1.5 php4/ext/gd/libgd/gd_topal.c:1.5.4.1 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/strings add-and-stripcslashes.phpt

2002-10-06 Thread Sander Roobol
sander Sun Oct 6 15:17:05 2002 EDT Modified files: /php4/ext/standard/tests/stringsadd-and-stripcslashes.phpt Log: Some more weird tests on Derick's request :) Index: php4/ext/standard/tests/strings/add-and-stripcslashes.phpt diff -u

[PHP-CVS] cvs: php4 /tests/lang 029.phpt

2002-10-06 Thread Sander Roobol
sander Sun Oct 6 15:39:12 2002 EDT Modified files: /php4/tests/lang029.phpt Log: Skip this test if we're not using ZE2 Index: php4/tests/lang/029.phpt diff -u php4/tests/lang/029.phpt:1.3 php4/tests/lang/029.phpt:1.4 --- php4/tests/lang/029.phpt:1.3

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

2002-10-06 Thread Sebastian Bergmann
sebastian Sun Oct 6 17:47:54 2002 EDT Modified files: /php4/ext/session session.c Log: Silence warning. Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.333 php4/ext/session/session.c:1.334 --- php4/ext/session/session.c:1.333

[PHP-CVS] cvs: php4 /main streams.c

2002-10-06 Thread Wez Furlong
wez Sun Oct 6 19:27:53 2002 EDT Modified files: /php4/main streams.c Log: Try to ensure that we return the number of bytes requested during fread(). Index: php4/main/streams.c diff -u php4/main/streams.c:1.97 php4/main/streams.c:1.98 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/xslt/tests 009.phpt

2002-10-06 Thread Melvyn Sopacua
msopacuaSun Oct 6 20:34:03 2002 EDT Added files: (Branch: PHP_4_3) /php4/ext/xslt/tests009.phpt Log: MFH Index: php4/ext/xslt/tests/009.phpt +++ php4/ext/xslt/tests/009.phpt --TEST-- Memoryleak in error printing --SKIPIF-- ?php

[PHP-CVS] cvs: php4 /main streams.c

2002-10-06 Thread Sascha Schumann
sas Sun Oct 6 23:12:06 2002 EDT Modified files: /php4/main streams.c Log: stdio buffers data in user land. By calling fflush(3), this data is sent to the kernel using write(2). fsync'ing a file descriptor is not required -- writing to a fd has the same