Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c config.m4 php_uuencode.h uuencode.c

2003-10-26 Thread Andi Gutmans
At 02:19 AM 10/27/2003 -0400, Ilia Alshanetsky wrote: On October 27, 2003 01:09 am, Andi Gutmans wrote: > Please use the naming conventions using a prefix. Maybe in this case str_ > or mime_ Does uu_* sound acceptable? It's better and I haven't been able to think of something better. It would be s

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c config.m4 php_uuencode.h uuencode.c

2003-10-26 Thread Ilia Alshanetsky
On October 27, 2003 01:09 am, Andi Gutmans wrote: > Please use the naming conventions using a prefix. Maybe in this case str_ > or mime_ Does uu_* sound acceptable? Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c config.m4 php_uuencode.h uuencode.c

2003-10-26 Thread Andi Gutmans
Please use the naming conventions using a prefix. Maybe in this case str_ or mime_ Andi At 05:35 AM 10/27/2003 +, Ilia Alshanetsky wrote: iliaa Mon Oct 27 00:35:42 2003 EDT Added files: /php-src/ext/standard uuencode.c php_uuencode.h Modified files: /php-srcN

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c config.m4 php_uuencode.h uuencode.c

2003-10-26 Thread Ilia Alshanetsky
iliaa Mon Oct 27 00:35:42 2003 EDT Added files: /php-src/ext/standard uuencode.c php_uuencode.h Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c config.m4 Log: Added uuencode() & uudecode() functio

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

2003-10-26 Thread Ilia Alshanetsky
On October 26, 2003 02:20 am, Rui Hirokawa wrote: > But, I shoudn't revert an another license related patch > as shown below because the license compatibility has priority. There is no argument about the license fix patch, it is a necessary evil. I will make RC3 on Monday with this patch and if n

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

2003-10-26 Thread Rob Richards
rrichards Sun Oct 26 20:12:53 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: cannot import nodes without document Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.74 php-src/ext/simplexml/simplexml

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

2003-10-26 Thread Rob Richards
rrichards Sun Oct 26 11:00:59 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c php_simplexml.h Log: add interop with dom - simplexml_import_dom change write behavior on elements to change actual contents change clone method to clone node a

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

2003-10-26 Thread Rob Richards
rrichards Sun Oct 26 10:57:31 2003 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: use common structures from php_libxml.h Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext/xsl/xsltprocessor.c:1.13 php-src/ext/xsl/xsltprocessor.c:1.14

[PHP-CVS] cvs: php-src /ext/dom attr.c cdatasection.c comment.c document.c documentfragment.c domimplementation.c element.c entityreference.c node.c php_dom.c php_dom.h processinginstruction.c text.c xml_common.h xpath.c

2003-10-26 Thread Rob Richards
rrichards Sun Oct 26 10:57:02 2003 EDT Modified files: /php-src/ext/domattr.c cdatasection.c comment.c document.c documentfragment.c domimplementation.c element.c entityreference.c node.c php_dom.c php_dom.h

[PHP-CVS] cvs: php-src /ext/libxml libxml.c php_libxml.h

2003-10-26 Thread Rob Richards
rrichards Sun Oct 26 10:53:20 2003 EDT Modified files: /php-src/ext/libxml libxml.c php_libxml.h Log: common functions for interoperability Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/libxml/libxml.c:1.6 php-src/ext/libxml/libxml.c:1.7 --- php-sr

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

2003-10-26 Thread Christian Stocker
chregu Sun Oct 26 13:56:04 2003 EDT Modified files: /php-src/ext/simplexml/examples security.php Log: fix example for saving to file Index: php-src/ext/simplexml/examples/security.php diff -u php-src/ext/simplexml/examples/security.php:1.3 php-src/ext/simp

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

2003-10-26 Thread Christian Stocker
chregu Sun Oct 26 19:03:29 2003 EDT Modified files: /php-src/ext/domdocument.c Log: remove unneeded variables Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.33 php-src/ext/dom/document.c:1.34 --- php-src/ext/dom/document.c:1.33

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

2003-10-26 Thread Christian Stocker
chregu Sun Oct 26 19:01:40 2003 EDT Modified files: /php-src/ext/domdocument.c Log: - Make distinction in error-reporting between Warnings and Errors from libxml2 - Use internal error_handlers during html-parsing as well Index: php-src/ext/dom/document

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

2003-10-26 Thread Christian Stocker
chregu Sun Oct 26 14:35:08 2003 EDT Modified files: /php-src/ext/simplexml/testsbug25756.phpt Log: fix test (validation returns a warning, if xml is not valid) Index: php-src/ext/simplexml/tests/bug25756.phpt diff -u php-src/ext/simplexml/tests/bug25756

[PHP-CVS] cvs: php-src(PHP_4_3) /tests/lang 035.phpt

2003-10-26 Thread Moriyoshi Koizumi
moriyoshi Sun Oct 26 11:27:41 2003 EDT Removed files: (Branch: PHP_4_3) /php-src/tests/lang 035.phpt Log: No need to have ze2 specific tests in this branch. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/overload overload.c /tests/lang overload_leak.phpt

2003-10-26 Thread Moriyoshi Koizumi
moriyoshi Sun Oct 26 11:10:08 2003 EDT Added files: (Branch: PHP_4_3) /php-src/tests/lang overload_leak.phpt Modified files: /php-src/ext/overload overload.c Log: Prevent leaks in the overload extension that occur in some special

[PHP-CVS] cvs: php-src /ext/simplexml/examples interop.php xpath.php

2003-10-26 Thread Christian Stocker
chregu Sun Oct 26 14:15:53 2003 EDT Added files: /php-src/ext/simplexml/examples interop.php xpath.php Log: - added interop between DOM and SimpleXML example - added xpath example Index: php-src/ext/simplexml/examples/interop.php +++ php-src/ext/si

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

2003-10-26 Thread Marcus Boerger
helly Sun Oct 26 08:27:27 2003 EDT Added files: /php-src/ext/simplexml/tests007.phpt Log: Add attribute test Index: php-src/ext/simplexml/tests/007.phpt +++ php-src/ext/simplexml/tests/007.phpt --TEST-- SimpleXML and attributes --SKIPIF-- --FILE--

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

2003-10-26 Thread Marcus Boerger
helly Sun Oct 26 08:27:04 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Fix memory corruption Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.72 php-src/ext/simplexml/simplexml.c:1.73 --- php-src/ext

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

2003-10-26 Thread Marcus Boerger
helly Sun Oct 26 08:19:00 2003 EDT Added files: /php-src/ext/simplexml/tests006.phpt 006.xml Modified files: /php-src/ext/simplexml/testssxe.dtd Log: Add foreach test Index: php-src/ext/simplexml/tests/sxe.dtd diff -

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

2003-10-26 Thread Marcus Boerger
helly Sun Oct 26 08:11:57 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Add iterator to make foreach work Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.71 php-src/ext/simplexml/simplexml.c:1.72 ---

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

2003-10-26 Thread Moriyoshi Koizumi
Rui Hirokawa <[EMAIL PROTECTED]> wrote: > 2. The differences of libmbfl and the current implementation are > quite small because the new implementation is based on the current > implementation. Yeah, I hope the impact is just as ignorable as of a mere bug fix, but I should also mention

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

2003-10-26 Thread Rui Hirokawa
Moriyoshi, Yes, there was a temporary agreement that allows us to release the current version in the 4.3 branch until new implementation has stability. But, I think replacing libmbfl with mbfilter.* in PHP 4.3.4 is preferable because, 1. license problem should be solved as quickly as possible

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

2003-10-26 Thread Rui Hirokawa
hirokawaSun Oct 26 02:47:43 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.c mbstring.h Log: revert my previous patch. Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.142.2.31 php-src/ext/

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

2003-10-26 Thread Rui Hirokawa
hirokawaSun Oct 26 02:47:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main rfc1867.c Log: revert my previous patch. Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.122.2.13 php-src/main/rfc1867.c:1.122.2.14 --- php-src/main/

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

2003-10-26 Thread Moriyoshi Koizumi
Rui, wasn't there any agreement with the author of libmbfl that still allows us to keep the modified version in the 4.3 branch? Unless there's something obvious, we'd be better off replacing them by the safer stuff however. Moriyoshi Rui Hirokawa <[EMAIL PROTECTED]> wrote: > > Ilia, > > I ap

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

2003-10-26 Thread Rui Hirokawa
Ilia, I appreciate your continious effort about QC process. GPC bug in rfc1867.c is not critical one, and I agree with you it is not preferable in the final RC process. I will revert my GPC related patch in a couple of hours. But, I shoudn't revert an another license related patch as shown bel