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

2004-01-10 Thread Rui Hirokawa
hirokawaSat Jan 10 21:07:46 2004 EDT Modified files: /php-src/ext/sqlite config.m4 Log: added utf8 support option for sqlite >= 2.8.9. Index: php-src/ext/sqlite/config.m4 diff -u php-src/ext/sqlite/config.m4:1.22 php-src/ext/sqlite/config.m4:1.23 --- php

[PHP-CVS] cvs: php-src /ext/standard/tests/array 007.phpt array_intersect_1.phpt

2004-01-10 Thread Andrey Hristov
andrey Sat Jan 10 18:38:46 2004 EDT Modified files: /php-src/ext/standard/tests/array 007.phpt array_intersect_1.phpt Log: fixing tests after last Derick's commit that changed the behaviour of var_export() :) Index: php-src/ext/standard/tests/array/007.ph

[PHP-CVS] cvs: CVSROOT / avail loginfo

2004-01-10 Thread Wez Furlong
wez Sat Jan 10 16:53:25 2004 EDT Modified files: /CVSROOTavail loginfo Log: Imported livedocs (+revision history) into PHP CVS. Commit messages and karma as per phpdoc rules. Index: CVSROOT/avail diff -u CVSROOT/avail:1.811 CVSROOT/avail:1.812 --- CV

[PHP-CVS] cvs: php-src /ext/simplexml/tests 014.phpt 014a.phpt 014b.phpt

2004-01-10 Thread Marcus Boerger
helly Sat Jan 10 08:45:11 2004 EDT Added files: /php-src/ext/simplexml/tests014a.phpt 014b.phpt Modified files: /php-src/ext/simplexml/tests014.phpt Log: Update attribute tests. # There is a memory leak with += when acce

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

2004-01-10 Thread Marcus Boerger
helly Sat Jan 10 08:25:31 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Cleanup class_entry - allow derived classes - fix new SimpleXML_Element() Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.

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

2004-01-10 Thread Marcus Boerger
helly Sat Jan 10 08:23:59 2004 EDT Modified files: /php-src/ext/libxml libxml.c php_libxml.h Log: Fix memory corruption with libxml's error handling. Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/libxml/libxml.c:1.13 php-src/ext/libxml/libxml.c:1.1

[PHP-CVS] cvs: php-src /ext/xsl/tests xslt002.phpt xslt004.phpt xslt005.phpt xslt008.phpt

2004-01-10 Thread Rob Richards
rrichards Sat Jan 10 06:50:49 2004 EDT Modified files: /php-src/ext/xsl/tests xslt002.phpt xslt004.phpt xslt005.phpt xslt008.phpt Log: Update tests Index: php-src/ext/xsl/tests/xslt002.phpt diff -u php-src/ext/xsl/test

[PHP-CVS] cvs: php-src /ext/dom dom_iterators.c nodelist.c php_dom.h xpath.c

2004-01-10 Thread Rob Richards
rrichards Sat Jan 10 06:50:25 2004 EDT Modified files: /php-src/ext/domdom_iterators.c nodelist.c php_dom.h xpath.c Log: XPath query returns nodelist object rather than array Index: php-src/ext/dom/dom_iterators.c diff -u php-src/ext/dom/dom_iterators.c