[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-10-16 Thread changelog
changelog Wed Oct 16 04:27:23 2002 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1192 php4/ChangeLog:1.1193 --- php4/ChangeLog:1.1192 Mon Oct 14 20:34:05 2002 +++ php4/ChangeLog

[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-10-16 Thread changelog
changelog Wed Oct 16 20:34:12 2002 EDT Modified files: /php4 NEWS Log: NEWS update Index: php4/NEWS diff -u php4/NEWS:1.1209 php4/NEWS:1.1210 --- php4/NEWS:1.1209Wed Oct 16 05:15:05 2002 +++ php4/NEWS Wed Oct 16 20:34:11 2002 -1,6 +1,8

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-16 Thread Sebastian Bergmann
sebastian Wed Oct 16 03:37:28 2002 EDT Modified files: /php4/main config.w32.h.in Log: Patch by Urs Gehrig [EMAIL PROTECTED]. Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.17 php4/main/config.w32.h.in:1.18 ---

Re: [PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-16 Thread Markus Fischer
Unless you fix the rest of the occurences of these symbolic defines this patch (which is the same Stig commited) is a bit problematic and will not work properly. Take a look at http://lxr.php.net/source/php4/main/main.c#1100 and see how PEAR_INSTALL_DIR is registered;

[PHP-CVS] cvs: php4 / NEWS

2002-10-16 Thread Edin Kadribasic
edink Wed Oct 16 05:15:05 2002 EDT Modified files: /php4 NEWS Log: Newly available extensions on windows. Index: php4/NEWS diff -u php4/NEWS:1.1208 php4/NEWS:1.1209 --- php4/NEWS:1.1208Tue Oct 15 08:09:29 2002 +++ php4/NEWS Wed Oct 16 05:15:05

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

2002-10-16 Thread Rui Hirokawa
hirokawaWed Oct 16 09:27:40 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: fixed a problem when mbstring.encoding_translation is defined per directory basis. Index: php4/ext/mbstring/mbstring.c diff -u

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

2002-10-16 Thread Rui Hirokawa
hirokawaWed Oct 16 10:08:47 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: modified zend_bool handling code. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.104 php4/ext/mbstring/mbstring.c:1.105 ---

[PHP-CVS] cvs: php4 / acinclude.m4

2002-10-16 Thread Jani Taskinen
sniper Wed Oct 16 12:21:17 2002 EDT Modified files: /php4 acinclude.m4 Log: - Fix typo.. # # Note: This is not used at all yet..waiting for comments first. :) # Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.211 php4/acinclude.m4:1.212

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

2002-10-16 Thread Ilia Alshanetsky
iliaa Wed Oct 16 12:52:09 2002 EDT Modified files: /php4/main main.c Log: Fixed bug #19921. (memory leak introduced by me in rev 1.492) Index: php4/main/main.c diff -u php4/main/main.c:1.497 php4/main/main.c:1.498 --- php4/main/main.c:1.497 Fri Oct

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

2002-10-16 Thread Moriyoshi Koizumi
I modified to support encoding_translation setting per directory basis. Please try modified code in cvs. verified. It seems to work well. Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-10-16 Thread Rasmus Lerdorf
rasmus Wed Oct 16 18:34:45 2002 EDT Modified files: /php4/ext/gd/libgd gd_topal.c Log: Fix for bug #19941 Index: php4/ext/gd/libgd/gd_topal.c diff -u php4/ext/gd/libgd/gd_topal.c:1.7 php4/ext/gd/libgd/gd_topal.c:1.8 --- php4/ext/gd/libgd/gd_topal.c:1.7

[PHP-CVS] cvs: php4 /ext/com VARIANT.c conversion.c conversion.h

2002-10-16 Thread Harald Radi
phanto Wed Oct 16 19:56:33 2002 EDT Modified files: /php4/ext/com conversion.c conversion.h VARIANT.c Log: changed the VARIANT class to be able to create arrays of all types and not only VT_VARIANT Index: php4/ext/com/conversion.c diff -u

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

2002-10-16 Thread Markus Fischer
Just a sidenote: I think if this would also be fixed in gd/gd.c then we could prevent a segfault with the external gd library too. On Wed, Oct 16, 2002 at 10:34:45PM -, Rasmus Lerdorf wrote : rasmusWed Oct 16 18:34:45 2002 EDT Modified files:

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

2002-10-16 Thread Jani Taskinen
sniper Wed Oct 16 22:51:23 2002 EDT Modified files: /php4/ext/snmp snmp.c Log: ws fixes Index: php4/ext/snmp/snmp.c diff -u php4/ext/snmp/snmp.c:1.65 php4/ext/snmp/snmp.c:1.66 --- php4/ext/snmp/snmp.c:1.65 Tue Oct 15 22:33:47 2002 +++

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

2002-10-16 Thread Ilia Alshanetsky
iliaa Wed Oct 16 23:27:19 2002 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h string.c Log: Added word_count() function that allows counting of words inside a string. The function also allows the user to retrieve all the words from a

[PHP-CVS] cvs: php4 /ext/pdf config.m4

2002-10-16 Thread Jani Taskinen
sniper Thu Oct 17 00:21:52 2002 EDT Modified files: /php4/ext/pdf config.m4 Log: --with-zlib-dir was missing. Needed for phpize builds Index: php4/ext/pdf/config.m4 diff -u php4/ext/pdf/config.m4:1.33 php4/ext/pdf/config.m4:1.34 ---

[PHP-CVS] cvs: php4 /ext/zip config.m4

2002-10-16 Thread Jani Taskinen
sniper Thu Oct 17 01:06:53 2002 EDT Modified files: /php4/ext/zip config.m4 Log: Fix the phpize build Index: php4/ext/zip/config.m4 diff -u php4/ext/zip/config.m4:1.4 php4/ext/zip/config.m4:1.5 --- php4/ext/zip/config.m4:1.4 Tue Mar 12 11:39:16 2002

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

2002-10-16 Thread Markus Fischer
On Wed, Oct 16, 2002 at 09:52:53PM -0700, Rasmus Lerdorf wrote : It's not an issue in the external gd since this function doesn't work at all there. They had colorsWanted hardcoded to 256. Ah! Ok, another suggestion. Wouldn't it make sense to have the last parameter default to

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

2002-10-16 Thread Rasmus Lerdorf
It's not an optional arg though. So by leaving it off, do you mean if an invalid value is given? I don't like changing args like that. -Rasmus On Thu, 17 Oct 2002, Markus Fischer wrote: On Wed, Oct 16, 2002 at 09:52:53PM -0700, Rasmus Lerdorf wrote : It's not an issue in the external gd

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

2002-10-16 Thread Markus Fischer
On Wed, Oct 16, 2002 at 11:12:25PM -0700, Rasmus Lerdorf wrote : It's not an optional arg though. So by leaving it off, do you mean if an invalid value is given? I don't like changing args like that. Yes I know it's not optional. But having it default to 256 colors makes sense if

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

2002-10-16 Thread Rasmus Lerdorf
On Wed, Oct 16, 2002 at 11:12:25PM -0700, Rasmus Lerdorf wrote : It's not an optional arg though. So by leaving it off, do you mean if an invalid value is given? I don't like changing args like that. Yes I know it's not optional. But having it default to 256 colors makes sense