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

2002-11-23 Thread Derick Rethans
On Sat, 23 Nov 2002, Moriyoshi Koizumi wrote: moriyoshi Sat Nov 23 00:20:43 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd gd.c Log: MFH (imagecolordeallocate() fix) + #if HAVE_LIBGD20 + /* We can return right away for a

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

2002-11-23 Thread Moriyoshi Koizumi
Ah, I also supposed it should be like # if HAVE_LIBGD20 but the patch to HEAD seemed ok, so I had it merged in copy'n'paste way. I'm going to fix them soon. Thanks, Moriyoshi Derick Rethans [EMAIL PROTECTED] wrote: On Sat, 23 Nov 2002, Moriyoshi Koizumi wrote: moriyoshi

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 06:27:56 2002 EDT Modified files: /php4/ext/standard array.c Log: Fixed some odd behaviours of range() Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.201 php4/ext/standard/array.c:1.202 ---

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

2002-11-23 Thread Moriyoshi Koizumi
Just a notice: The third optional parameter is not suggested in the branch. Therefore I won't try to merge this patch to PHP_4_3, but due to this decision the behaviour of the function slightly differs one another in the cases like range(A, Ä); Moriyoshi Moriyoshi Koizumi [EMAIL PROTECTED]

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

2002-11-23 Thread Marcus Boerger
helly Sat Nov 23 11:57:25 2002 EDT Modified files: /php4 run-tests.php Log: Move up general tests # if MFH is needed should be decided by QA team: because the output # sequence changes Index: php4/run-tests.php diff -u php4/run-tests.php:1.129

[PHP-CVS] cvs: php4(PHP_4_3) / run-tests.php

2002-11-23 Thread Marcus Boerger
helly Sat Nov 23 12:50:37 2002 EDT Modified files: (Branch: PHP_4_3) /php4 run-tests.php Log: MFH #This includes the to ' change but not the added settings which 4.3 #doesn't have. Index: php4/run-tests.php diff -u php4/run-tests.php:1.119.2.9

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

2002-11-23 Thread Derick Rethans
derick Sat Nov 23 14:03:21 2002 EDT Modified files: /php4/ext/standard flock_compat.c Log: - Make it compile on IRIX again #- Tested with Linux/FreeBSD and IRIX Index: php4/ext/standard/flock_compat.c diff -u php4/ext/standard/flock_compat.c:1.21

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

2002-11-23 Thread Jani Taskinen
sniper Sat Nov 23 14:20:44 2002 EDT Modified files: /php4/ext/gdgd.c Log: ws fix Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.225 php4/ext/gd/gd.c:1.226 --- php4/ext/gd/gd.c:1.225 Sat Nov 23 06:20:51 2002 +++ php4/ext/gd/gd.cSat Nov

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 15:14:33 2002 EDT Modified files: /php4/ext/mbstring mb_gpc.c mbstring.c mbstring.h php_mbregex.c Log: Updated license information headers Index: php4/ext/mbstring/mb_gpc.c diff -u php4/ext/mbstring/mb_gpc.c:1.1

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

2002-11-23 Thread Marcus Boerger
helly Sat Nov 23 16:11:12 2002 EDT Modified files: /php4/ext/dba dba_db3.c Log: Allow db4.0 db4.1 here. Patch by Ralf Engelschall ([EMAIL PROTECTED]) Index: php4/ext/dba/dba_db3.c diff -u php4/ext/dba/dba_db3.c:1.21 php4/ext/dba/dba_db3.c:1.22 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/dba dba_db3.c

2002-11-23 Thread Marcus Boerger
helly Sat Nov 23 16:12:32 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba dba_db3.c Log: MFH Index: php4/ext/dba/dba_db3.c diff -u php4/ext/dba/dba_db3.c:1.21 php4/ext/dba/dba_db3.c:1.21.2.1 --- php4/ext/dba/dba_db3.c:1.21 Wed Nov 6 12:59:03

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 16:33:31 2002 EDT Modified files: /php4/ext/gd/libgd gdcache.c Log: Fixed segfaults Index: php4/ext/gd/libgd/gdcache.c diff -u php4/ext/gd/libgd/gdcache.c:1.2 php4/ext/gd/libgd/gdcache.c:1.3 --- php4/ext/gd/libgd/gdcache.c:1.2

[PHP-CVS] cvs: php4 /tests/func 002.phpt 003.phpt 004.phpt /tests/lang 033.phpt

2002-11-23 Thread Derick Rethans
derick Sat Nov 23 17:08:07 2002 EDT Modified files: /php4/tests/func002.phpt 003.phpt 004.phpt /php4/tests/lang033.phpt Log: - Adjust tests for removed old_function() in Zend Engine 2 Index: php4/tests/func/002.phpt diff -u

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

2002-11-23 Thread Moriyoshi Koizumi
I was completely unaware of windows builld... Thanks for the fix. Moriyoshi Frank M. Kromann [EMAIL PROTECTED] wrote: fmk Sat Nov 23 17:59:24 2002 EDT Modified files: /php4/ext/mbstringmbstring.dsp Log: Adding mb_gpc files to project

[PHP-CVS] cvs: php4 /ext/gd/tests imagettftext.phpt

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 18:34:38 2002 EDT Modified files: /php4/ext/gd/tests imagettftext.phpt Log: Dismissed the second part of the test Index: php4/ext/gd/tests/imagettftext.phpt diff -u php4/ext/gd/tests/imagettftext.phpt:1.1

Re: [PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi cgi_main.c

2002-11-23 Thread Moriyoshi Koizumi
Wouldn't it look better to use sizeof() instead of a macro? Moriyoshi Edin Kadribasic [EMAIL PROTECTED] wrote: edink Fri Nov 22 10:47:44 2002 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgicgi_main.c Log: MFH: Avoid possible buffer overflow.

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

2002-11-23 Thread Ilia Alshanetsky
iliaa Sat Nov 23 20:15:35 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fixed 3 memory leaks. Formatted the code to meet PHP's coding standards, which makes it MUCH easier to understand. Index: php4/ext/gd/libgd/gdft.c diff -u

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

2002-11-23 Thread Ilia Alshanetsky
iliaa Sat Nov 23 20:20:13 2002 EDT Modified files: /php4/ext/gd/libgd gdhelpers.h Log: Added gdPEstrdup macro. Index: php4/ext/gd/libgd/gdhelpers.h diff -u php4/ext/gd/libgd/gdhelpers.h:1.5 php4/ext/gd/libgd/gdhelpers.h:1.6 ---

[PHP-CVS] cvs: php4 /ext/gd/tests imagefttext.phpt imagettftext.phpt

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 20:32:16 2002 EDT Added files: /php4/ext/gd/tests imagefttext.phpt Removed files: /php4/ext/gd/tests imagettftext.phpt Log: Renamed the file because this is actually a test for gdImageStringFt().

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

2002-11-23 Thread Yasuo Ohgaki
var pointer will never be changed before/after (Bphp_url_decode() (B (BHow this could be a bug? (B (B-- (BYasuo Ohgaki (B (BMoriyoshi Koizumi wrote: (B moriyoshi Thu Nov 21 09:51:27 2002 EDT (B (B Modified files: (Branch: PHP_4_3) (B /php4/ext/mbstring

[PHP-CVS] cvs: php4(PHP_4_3) / php.ini-dist

2002-11-23 Thread Jani Taskinen
sniper Sun Nov 24 00:14:17 2002 EDT Modified files: (Branch: PHP_4_3) /php4 php.ini-dist Log: fix typo (; instead of :) Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.1 php4/php.ini-dist:1.171.2.2 --- php4/php.ini-dist:1.171.2.1 Fri Nov 22

[PHP-CVS] cvs: php4 / php.ini-dist

2002-11-23 Thread Jani Taskinen
sniper Sun Nov 24 00:15:10 2002 EDT Modified files: /php4 php.ini-dist Log: MFB: ; instead of : Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.172 php4/php.ini-dist:1.173 --- php4/php.ini-dist:1.172 Fri Nov 22 05:15:46 2002 +++

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

2002-11-23 Thread Moriyoshi Koizumi
I suppose the problem was caused by wrong length passed to php_url_decode() and whether var has been altered doesn't have much to do with it. Moriyoshi Yasuo Ohgaki [EMAIL PROTECTED] wrote: var pointer will never be changed before/after php_url_decode() How this could be a bug? --