[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-10-07 Thread changelog
changelog Thu Oct 7 20:36:10 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1768r2=1.1769ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1768 php-src/ChangeLog:1.1769 ---

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

2004-10-07 Thread Rob Richards
rrichards Thu Oct 7 06:00:43 2004 EDT Modified files: /php-src/ext/domdocumentfragment.c Log: fix segfault in appendXML due to libxml bug http://cvs.php.net/diff.php/php-src/ext/dom/documentfragment.c?r1=1.12r2=1.13ty=u Index:

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

2004-10-07 Thread Rob Richards
rrichards Thu Oct 7 07:40:24 2004 EDT Modified files: /php-src/ext/domdocument.c php_dom.c text.c Log: add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) add DOMText isElementContentWhitespace (spec name change) - old

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2004-10-07 Thread Anantha Kesari H Y
hyanantha Thu Oct 7 08:22:21 2004 EDT Modified files: /php-src/main php_open_temporary_file.c Log: removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC itself supports mkstemp functionality

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

2004-10-07 Thread Marcus Boerger
Hello Rob, Thursday, October 7, 2004, 1:40:24 PM, you wrote: rrichards Thu Oct 7 07:40:24 2004 EDT Modified files: /php-src/ext/dom document.c php_dom.c text.c Log: add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) add

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_iterators.c spl_iterators.h /ext/spl/tests spl_001.phpt

2004-10-07 Thread Marcus Boerger
helly Thu Oct 7 19:08:19 2004 EDT Added files: /php-src/ext/spl/tests spl_001.phpt Modified files: /php-src/ext/splphp_spl.c spl_iterators.c spl_iterators.h Log: - Added iterator_to_array() and iterator_count()

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

2004-10-07 Thread Ilia Alshanetsky
iliaa Thu Oct 7 19:10:38 2004 EDT Modified files: /php-src/ext/standard string.c Log: Fixed bug #30356 (str_ireplace() does not work on all strings). http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.422r2=1.423ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/standard string.c

2004-10-07 Thread Ilia Alshanetsky
iliaa Thu Oct 7 19:11:21 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/standard string.c Log: MFH: Fixed bug #30356 (str_ireplace() does not work on all strings).

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

2004-10-07 Thread Rob Richards
On Thursday 07 October 2004 05:59 pm, Marcus Boerger wrote: It makes little to no sense to keep names for BC in an extension that uses names based on a spec. Especially when the old names were never published as a valid spec. Those names would only blow up the namesspace and lead to confusion