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

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

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: > 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. We mostly just do: #if HAVE_LIBGD20 It's much easier to spot then which sections are protected by define

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 06:20:52 2002 EDT Modified files: /php4/ext/gdgd.c Log: Fixed tab positions. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.224 php4/ext/gd/gd.c:1.225 --- php4/ext/gd/gd.c:1.224 Fri Nov 22 18:25:14 2002 +++ php4/ext

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 06:26:14 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c Log: Fixed tab positions # a bit too late to be notified :) Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.1 php4/ext/gd/gd.c:1.221.2.2 --- php4

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

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 PROTECT

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

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

2002-11-23 Thread Derick Rethans
On Sat, 23 Nov 2002, Marcus Boerger wrote: > 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 Order doesnt

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

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

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

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 15:08:45 2002 EDT Added files: /php4/ext/mbstring mb_gpc.c mb_gpc.h Modified files: /php4/ext/mbstring config.m4 mbstring.c mbstring.h Log: Separated GPC related part from mbstring.c Index: php4/ext/mbstri

[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 php4/ext/mbstring/m

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 15:17:46 2002 EDT Modified files: /php4/ext/mbstring html_entities.c Log: Forgot this one. Updated license information Index: php4/ext/mbstring/html_entities.c diff -u php4/ext/mbstring/html_entities.c:1.2 php4/ext/mbstring/html_en

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

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

2002-11-23 Thread Marcus Boerger
helly Sat Nov 23 16:12:09 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/dba dba_db3.c Log: MFH Index: php4/ext/dba/dba_db3.c diff -u php4/ext/dba/dba_db3.c:1.16.2.1 php4/ext/dba/dba_db3.c:1.16.2.2 --- php4/ext/dba/dba_db3.c:1.16.2.1 Thu Ap

[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 php4/tests/func/002.p

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

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

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 17:11:59 2002 EDT Modified files: /php4/ext/gdgd.c php_gd.h Log: Fixed leaks. Other leaks are originated in libgd. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.226 php4/ext/gd/gd.c:1.227 --- php4/ext/gd/gd.c:1.226

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

2002-11-23 Thread Frank M. Kromann
fmk Sat Nov 23 17:59:24 2002 EDT Modified files: /php4/ext/mbstring mbstring.dsp Log: Adding mb_gpc files to project Index: php4/ext/mbstring/mbstring.dsp diff -u php4/ext/mbstring/mbstring.dsp:1.13 php4/ext/mbstring/mbstring.dsp:1.14 --- php4/ext/mbstri

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 php4/ext/gd/tests/imagettf

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 18:35:57 2002 EDT Modified files: /php4/ext/gd/tests imagettftext.phpt Log: Sorry, wrong commit. Index: php4/ext/gd/tests/imagettftext.phpt diff -u php4/ext/gd/tests/imagettftext.phpt:1.2 php4/ext/gd/tests/imagettftext.phpt:1.3 ---

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 overfl

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

2002-11-23 Thread Moriyoshi Koizumi
moriyoshi Sat Nov 23 19:59:41 2002 EDT Modified files: /php4/ext/gdgd.c Log: Fixed the macro so this can be compiled with ft1 Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.227 php4/ext/gd/gd.c:1.228 --- php4/ext/gd/gd.c:1.227 Sat Nov 2

[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 php4/ext/gd/lib

[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 --- php4/ext/gd/libgd/gdhelpers.

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

2002-11-23 Thread Ilia Alshanetsky
iliaa Sat Nov 23 20:30:51 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fix compile warning, MIN/MAX macros may already be defined by param.h Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.14 php4/ext/gd/libgd/gdft.c:1.15 ---

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

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

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

[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 +++ php4/php.ini-d

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

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

2002-11-23 Thread Yasuo Ohgaki
yohgaki Sun Nov 24 02:45:27 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Added missing '\0' Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244 php4/ext/pgsql/pgsql.c:1.245 --- php4/ext/pgsql/pgsql.c:1.244Tue Nov 12 04:07:3