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

2002-10-16 Thread Yasuo Ohgaki
yohgaki Thu Oct 17 03:24:04 2002 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Remove mysql_result_seek() alias. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.167 php4/ext/mysql/php_mysql.c:1.168 --- php4/ext/mysql/php_mys

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

2002-10-16 Thread Markus Fischer
On Thu, Oct 17, 2002 at 12:06:30AM -0700, Rasmus Lerdorf wrote : > > > So you are saying you want to make it optional? Because as it is there is > > > no way to not give a value. > > > > Exactly. > > I don't see any really compelling reason to do that. When you convert a > truecolor image

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

2002-10-16 Thread Rasmus Lerdorf
> > So you are saying you want to make it optional? Because as it is there is > > no way to not give a value. > > Exactly. I don't see any really compelling reason to do that. When you convert a truecolor image to a palette-based one, not providing the size of this palette doesn't make any

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

2002-10-16 Thread Jani Taskinen
sniper Thu Oct 17 02:39:55 2002 EDT Modified files: /php4/ext/snmp config.m4 snmp.c Log: Fix this for Wez and his antique ucd-snmp Index: php4/ext/snmp/config.m4 diff -u php4/ext/snmp/config.m4:1.27 php4/ext/snmp/config.m4:1.28 --- php4/ext/snmp/config

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

2002-10-16 Thread Markus Fischer
On Wed, Oct 16, 2002 at 11:25:14PM -0700, Rasmus Lerdorf wrote : > > 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. > > > > Ye

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

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 t

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

[PHP-CVS] cvs: php4 / NEWS

2002-10-16 Thread Jani Taskinen
sniper Thu Oct 17 01:17:36 2002 EDT Modified files: /php4 NEWS Log: Snow..yuck.. Index: php4/NEWS diff -u php4/NEWS:1.1210 php4/NEWS:1.1211 --- php4/NEWS:1.1210Wed Oct 16 20:34:11 2002 +++ php4/NEWS Thu Oct 17 01:17:35 2002 @@ -1,8 +1,6 @@ PHP

[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 Rasmus Lerdorf
It's not an issue in the external gd since this function doesn't work at all there. They had colorsWanted hardcoded to 256. -Rasmus On Thu, 17 Oct 2002, Markus Fischer wrote: > Just a sidenote: I think if this would also be fixed in > gd/gd.c then we could prevent a segfault with the e

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

2002-10-16 Thread Jani Taskinen
sniper Thu Oct 17 00:42:22 2002 EDT Modified files: /php4/ext/zip zip.c Log: Part 1 of fixing the shared build Index: php4/ext/zip/zip.c diff -u php4/ext/zip/zip.c:1.32 php4/ext/zip/zip.c:1.33 --- php4/ext/zip/zip.c:1.32 Mon May 20 14:33:08 2002 +

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

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

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

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/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 php4/e

[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 /sapi/apache2filter sapi_apache2.c

2002-10-16 Thread Ilia Alshanetsky
iliaa Wed Oct 16 16:45:38 2002 EDT Modified files: /php4/sapi/apache2filtersapi_apache2.c Log: Fixed a bug with .phps handler. Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/sapi/apache2filter/sapi_apache2.c:1.87 php4/sapi/apache2filter/sa

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

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

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

2002-10-16 Thread Pierre-Alain Joye
On Wed, 16 Oct 2002 14:53:34 - "Sebastian Bergmann" <[EMAIL PROTECTED]> wrote: : Cannot test the stuffs ;) What s happened ? or where is actually the error/problem ? pa -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-10-16 Thread Sebastian Bergmann
sebastian Wed Oct 16 10:53:34 2002 EDT Modified files: /php4/main config.w32.h.in Log: Revert. Again. Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.18 php4/main/config.w32.h.in:1.19 --- php4/main/config.w32.h.in:1.18 Wed Oc

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

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

2002-10-16 Thread Rui Hirokawa
hirokawaWed Oct 16 09:37:49 2002 EDT Modified files: /php4/ext/mbstring mbstring.h Log: Index: php4/ext/mbstring/mbstring.h diff -u php4/ext/mbstring/mbstring.h:1.31 php4/ext/mbstring/mbstring.h:1.32 --- php4/ext/mbstring/mbstring.h:1.31 Mon Oct

[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 php4/ext/mbstring/mbstring.c:1.103

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

2002-10-16 Thread Rui Hirokawa
I modified to support encoding_translation setting per directory basis. Please try modified code in cvs. Rui On Wed, 16 Oct 2002 01:23:04 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > Hello, > > I think this change won't enough for the expected behaviour, because > > sapi_register_tre

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

2002-10-16 Thread Rui Hirokawa
hirokawaWed Oct 16 09:22:57 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 php4/ext/mbstring/mbstring.c:1.102

[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

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; size

[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 --- php4/main/config