Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h/main rfc1867.c

2003-10-25 Thread Moriyoshi Koizumi
Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > On October 25, 2003 07:14 pm, Rasmus Lerdorf wrote: > > Ah, thought it was the other patch. However, I wouldn't call the above a > > new feature. That one is a bug fix as it was an oversight to not also > > convert form fields in multipart posts. >

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-10-25 Thread Ilia Alshanetsky
On October 25, 2003 07:14 pm, Rasmus Lerdorf wrote: > Ah, thought it was the other patch. However, I wouldn't call the above a > new feature. That one is a bug fix as it was an oversight to not also > convert form fields in multipart posts. Well, it is a mix of a feature & a bug fix. The bug if

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring config.m4

2003-10-25 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 25 23:42:28 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring config.m4 Log: Remove just unnecessary leftovers Index: php-src/ext/mbstring/config.m4 diff -u php-src/ext/mbstring/config.m4:1.28.2.3 php-src/ext/mbstri

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring mbstring.c mbstring.h /ext/mbstring/tests mb_convert_encoding.phpt mb_convert_variables.phpt mb_detect_encoding.phpt mb_detect_order.phpt

2003-10-25 Thread Moriyoshi Koizumi
moriyoshi Sat Oct 25 23:41:19 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.c mbstring.h /php-src/ext/mbstring/tests mb_convert_encoding.phpt mb_convert_variables.phpt

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests bug25756.phpt

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 21:17:52 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug25756.phpt Log: And get the last thing working Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplex

[PHP-CVS] cvs: php-src /ext/simplexml/tests 005.phpt 005.xml

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 21:04:25 2003 EDT Added files: /php-src/ext/simplexml/tests005.phpt 005.xml Log: Add test Index: php-src/ext/simplexml/tests/005.phpt +++ php-src/ext/simplexml/tests/005.phpt --TEST-- SimpleXML and text data --SKIPIF-- --FILE--

[PHP-CVS] cvs: php-src /ext/simplexml/tests bug25756.phpt

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 21:03:21 2003 EDT Modified files: /php-src/ext/simplexml/testsbug25756.phpt Log: Fix tests Index: php-src/ext/simplexml/tests/bug25756.phpt diff -u php-src/ext/simplexml/tests/bug25756.phpt:1.1 php-src/ext/simplexml/tests/bug25756.

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-10-25 Thread Rui Hirokawa
I think it is a kind of bug fix because, 1. name field of multipart/form was not converted into internal encoding. This behavior is different from the usual GPC conversion performed by mbstr_treat_data() and it might makes confusion for the users. 2. auto-detection might be fail because auto-de

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_jpeg.c

2003-10-25 Thread Sebastian Bergmann
sebastian Sat Oct 25 20:42:42 2003 EDT Modified files: /php-src/ext/gd/libgd gd_jpeg.c Log: Patch by Steph to sanitize ssize_t typedef on Windows. Index: php-src/ext/gd/libgd/gd_jpeg.c diff -u php-src/ext/gd/libgd/gd_jpeg.c:1.13 php-src/ext/gd/libgd/

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 20:39:48 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Fix casting (the question is when & what should be freed here). Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.69 php-src/e

[PHP-CVS] cvs: php-src /ext/simplexml/tests 004.phpt

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 20:35:57 2003 EDT Modified files: /php-src/ext/simplexml/tests004.phpt Log: Fix test Index: php-src/ext/simplexml/tests/004.phpt diff -u php-src/ext/simplexml/tests/004.phpt:1.2 php-src/ext/simplexml/tests/004.phpt:1.3 --- php-src/ext

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.c

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 19:17:17 2003 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: Allow static methods being called from sqlite sql. Notice by Stphane Mariel Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.100 php-src/ext/sqlite/

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-10-25 Thread Rasmus Lerdorf
On Sat, 25 Oct 2003, Ilia Alshanetsky wrote: > On October 25, 2003 06:22 pm, Rasmus Lerdorf wrote: > > And continue breaking licenses knowingly? > > That patch does not fix licensing issues, it merely adds a feature, the > license fix is not there... > > Patch log: > name/value in multipart/fo

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 004.phpt

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 19:06:25 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests004.phpt Log: Fix test 4 with the help of Rob Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-10-25 Thread Ilia Alshanetsky
On October 25, 2003 06:22 pm, Rasmus Lerdorf wrote: > And continue breaking licenses knowingly? That patch does not fix licensing issues, it merely adds a feature, the license fix is not there... Patch log: name/value in multipart/form-date will be converted into internal encoding when mbstrin

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-10-25 Thread Rasmus Lerdorf
And continue breaking licenses knowingly? On Sat, 25 Oct 2003, Ilia Alshanetsky wrote: > My appologies for the delayed response (I see that the patch was commited). > After reviewing the patch I would very much prefer if you would revert it and > wait till PHP 4.3.5 (ot whatever the next releas

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 17:28:19 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Show if Schemas are supported Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.67 php-src/ext/simplexml/simplexml.c:1.68 --- php

[PHP-CVS] cvs: php-src /ext/simplexml php_simplexml.h simplexml.c

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 17:08:40 2003 EDT Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c Log: Fix memleaks Index: php-src/ext/simplexml/php_simplexml.h diff -u php-src/ext/simplexml/php_simplexml.h:1.6 php-src/ext/simplexml/php_simplexml.h:1

[PHP-CVS] cvs: php-src /ext/simplexml/tests 001.phpt 002.phpt 003.phpt 003.xml 004.phpt 004.xml sxe.xml

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 17:07:44 2003 EDT Added files: /php-src/ext/simplexml/tests003.phpt 003.xml 004.phpt 004.xml Modified files: /php-src/ext/simplexml/tests001.phpt 002.phpt sxe.xml Log: More testing Index: php-src/ext

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 16:28:44 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Fix warning Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.65 php-src/ext/simplexml/simplexml.c:1.66 --- php-src/ext/simplexml

[PHP-CVS] cvs: php-src /ext/simplexml/tests 002.phpt

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 16:27:59 2003 EDT Modified files: /php-src/ext/simplexml/tests002.phpt Log: Fix test Index: php-src/ext/simplexml/tests/002.phpt diff -u php-src/ext/simplexml/tests/002.phpt:1.3 php-src/ext/simplexml/tests/002.phpt:1.4 --- php-src/ext

[PHP-CVS] cvs: php-src /ext/simplexml/tests 001.phpt 002.phpt sxe.dtd sxe.ent sxe.xml

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 16:00:42 2003 EDT Added files: /php-src/ext/simplexml/testssxe.dtd sxe.ent sxe.xml Modified files: /php-src/ext/simplexml/tests002.phpt 001.phpt Log: Add some testing Index: php-src/ext/simplexml/tes

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-10-25 Thread Ilia Alshanetsky
My appologies for the delayed response (I see that the patch was commited). After reviewing the patch I would very much prefer if you would revert it and wait till PHP 4.3.5 (ot whatever the next release will be) with it. Ilia On October 24, 2003 11:08 pm, Rui Hirokawa wrote: > Yes, I have plan

[PHP-CVS] cvs: php-src / NEWS /ext/standard image.c

2003-10-25 Thread Marcus Boerger
helly Sat Oct 25 10:06:32 2003 EDT Modified files: /php-src/ext/standard image.c /php-srcNEWS Log: - Fixed bug #25581 (getimagesize () return incorrect values on bitmap (os2) files) Index: php-src/ext/standard/image.c diff -u php-src/ext/

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring mbstring.dsp

2003-10-25 Thread Rui Hirokawa
hirokawaSat Oct 25 08:41:54 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.dsp Log: fixed windows build. Index: php-src/ext/mbstring/mbstring.dsp diff -u php-src/ext/mbstring/mbstring.dsp:1.12.2.2 php-src/ext/mbstring/mbs

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-10-25 Thread Rui Hirokawa
hirokawaSat Oct 25 06:30:52 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.c mbstring.h /php-src/main rfc1867.c Log: name/value in multipart/form-date will be converted into internal encoding when mbstring.encodin

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

2003-10-25 Thread Rui Hirokawa
hirokawaSat Oct 25 06:29:10 2003 EDT Modified files: /php-src/ext/mbstring mbstring.c Log: encoding detection shouldn't be performed if mbstring.http_input is set to auto or any valid encoding. Index: php-src/ext/mbstring/mbstring.c diff -u php-sr