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

2004-10-08 Thread Derick Rethans
On Thu, 7 Oct 2004, Rob Richards wrote: I can possibly see removing a few of the props/methods - ones which have the exact same functionality and aren't standardly used, but then should these changes be made to the 5_0 branch as well? - Would propose any of these changes on the xml-dev list.

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

2004-10-08 Thread Christian Stocker
On Fri, 8 Oct 2004 09:03:59 +0200 (CEST), Derick Rethans [EMAIL PROTECTED] wrote: On Thu, 7 Oct 2004, Rob Richards wrote: I can possibly see removing a few of the props/methods - ones which have the exact same functionality and aren't standardly used, but then should these changes be made

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

2004-10-08 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 8 10:24:09 2004 EDT Modified files: /php-src/ext/mbstring config.m4 Log: - Avoid doubly symbol definition. Codes in the removed file has never been used anywhere.

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

2004-10-08 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 8 10:24:29 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mbstring config.m4 Log: - MFH(r-1.53): Avoid doubly symbol definition. Codes in the removed file has never been used anywhere.

[PHP-CVS] cvs: php-src / NEWS /main/streams userspace.c

2004-10-08 Thread Christian Stocker
chregu Fri Oct 8 10:40:12 2004 EDT Modified files: /php-srcNEWS /php-src/main/streams userspace.c Log: - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write) Was applied to PHP 4 ages ago, but not to PHP 5 branch

[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl configure.in /ext/mbstring/libmbfl/mbfl .cvsignore Makefile.am eaw_table.h mbfilter.c mk_eaw_tbl.awk

2004-10-08 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 8 10:40:46 2004 EDT Added files: /php-src/ext/mbstring/libmbfl/mbfl eaw_table.h mk_eaw_tbl.awk Modified files: /php-src/ext/mbstring/libmbfl configure.in /php-src/ext/mbstring/libmbfl/mbfl .cvsignore

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mbstring/libmbfl configure.in /ext/mbstring/libmbfl/mbfl .cvsignore Makefile.am eaw_table.h mbfilter.c mk_eaw_tbl.awk

2004-10-08 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 8 10:45:47 2004 EDT Added files: (Branch: PHP_5_0) /php-src/ext/mbstring/libmbfl/mbfl eaw_table.h mk_eaw_tbl.awk Modified files: /php-src/ext/mbstring/libmbfl configure.in /php-src/ext/mbstring/libmbfl/mbfl

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-10-08 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 8 10:46:47 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.95r2=1.1760.2.96ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.95 php-src/NEWS:1.1760.2.96

[PHP-CVS] cvs: php-src / NEWS

2004-10-08 Thread Christian Stocker
chregu Fri Oct 8 10:51:56 2004 EDT Modified files: /php-srcNEWS Log: this NEWS entry should have gone into PHP_5_0 branch. sorry http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1817r2=1.1818ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1817

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /main/streams userspace.c

2004-10-08 Thread Christian Stocker
chregu Fri Oct 8 10:53:39 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/main/streams userspace.c Log: MFH Fixed bug #27183 (Userland stream wrapper segfaults on stream_write).

[PHP-CVS] cvs: php-src /ext/spl/examples appenditerator.inc directoryfilterdots.inc infiniteiterator.inc norewinditerator.inc

2004-10-08 Thread Marcus Boerger
helly Fri Oct 8 17:12:16 2004 EDT Modified files: /php-src/ext/spl/examples appenditerator.inc directoryfilterdots.inc infiniteiterator.inc norewinditerator.inc Log: Use OuterIterator to

[PHP-CVS] cvs: php-src /ext/spl/examples recursivefilteriterator.inc

2004-10-08 Thread Marcus Boerger
helly Fri Oct 8 17:17:55 2004 EDT Added files: /php-src/ext/spl/examples recursivefilteriterator.inc Log: Add new example http://cvs.php.net/co.php/php-src/ext/spl/examples/recursivefilteriterator.inc?r=1.1p=1 Index:

[PHP-CVS] cvs: php-src /ext/spl/examples nocvsdir.php recursivefilteriterator.inc

2004-10-08 Thread Marcus Boerger
helly Fri Oct 8 17:49:40 2004 EDT Added files: /php-src/ext/spl/examples nocvsdir.php Modified files: /php-src/ext/spl/examples recursivefilteriterator.inc Log: - Make RecursiveFilterIterator work by using reflection - Add docu

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

2004-10-08 Thread Marcus Boerger
helly Fri Oct 8 18:19:04 2004 EDT Modified files: /php-src/ext/standard basic_functions.c Log: Revert for now http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.694r2=1.695ty=u Index: php-src/ext/standard/basic_functions.c diff -u

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

2004-10-08 Thread Wez Furlong
wez Sat Oct 9 00:39:59 2004 EDT Modified files: /php-src/ext/com_dotnet com_dotnet.c Log: Improve .Net support; this should reduce failed to init .net errors. Improve error reporting while we're at it too.