[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/simplexml/tests 009b.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 15:19:45 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/tests009b.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - MFH Fix properties access to children() result

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

2006-04-10 Thread Marcus Boerger
helly Mon Apr 10 23:23:09 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c Log: - Coverity issue 59 http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.20r2=1.151.2.21diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/tidy tidy.c /ext/xmlreader php_xmlreader.c /ext/xmlwriter php_xmlwriter.c

2006-04-03 Thread Antony Dovgal
tony2001Mon Apr 3 14:59:30 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/tidy tidy.c /php-src/ext/simplexml simplexml.c /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlreader php_xmlreader.c Log: #ifdef new

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/tidy tidy.c /ext/xmlreader php_xmlreader.c /ext/xmlwriter php_xmlwriter.c

2006-04-03 Thread Rasmus Lerdorf
Antony Dovgal wrote: +#if (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION == 1 PHP_RELEASE_VERSION 2) || (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION 1) || (PHP_MAJOR_VERSION 5) zend_object_std_dtor(intern-std TSRMLS_CC); What about PHP 6? How about adding a #define

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/tidy tidy.c /ext/xmlreader php_xmlreader.c /ext/xmlwriter php_xmlwriter.c

2006-04-03 Thread Rasmus Lerdorf
Rasmus Lerdorf wrote: Antony Dovgal wrote: +#if (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION == 1 PHP_RELEASE_VERSION 2) || (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION 1) || (PHP_MAJOR_VERSION 5) zend_object_std_dtor(intern-std TSRMLS_CC); What about PHP 6? Ah, never mind on the

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/tidy tidy.c /ext/xmlreader php_xmlreader.c /ext/xmlwriter php_xmlwriter.c

2006-04-03 Thread Antony Dovgal
On 03.04.2006 19:40, Rasmus Lerdorf wrote: Antony Dovgal wrote: +#if (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION == 1 PHP_RELEASE_VERSION 2) || (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION 1) || (PHP_MAJOR_VERSION 5) zend_object_std_dtor(intern-std TSRMLS_CC); What about PHP 6?

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/tidy tidy.c /ext/xmlreader php_xmlreader.c /ext/xmlwriter php_xmlwriter.c

2006-04-03 Thread Antony Dovgal
On 03.04.2006 19:44, Rasmus Lerdorf wrote: Rasmus Lerdorf wrote: Antony Dovgal wrote: +#if (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION == 1 PHP_RELEASE_VERSION 2) || (PHP_MAJOR_VERSION == 5 PHP_MINOR_VERSION 1) || (PHP_MAJOR_VERSION 5) zend_object_std_dtor(intern-std TSRMLS_CC);

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/simplexml/tests 027.phpt 030.phpt 031.phpt bug35785.phpt

2006-03-07 Thread Rob Richards
rrichards Tue Mar 7 15:22:48 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/tests030.phpt 031.phpt Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests027.phpt

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

2006-03-01 Thread Rob Richards
rrichards Wed Mar 1 15:37:45 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c Log: nuke tests for libxml2 version - will always be 2.6.0

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

2006-02-27 Thread Marcus Boerger
helly Mon Feb 27 11:55:18 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c Log: - Cleanup http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.13r2=1.151.2.14diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/simplexml/tests 029.phpt

2006-02-27 Thread Marcus Boerger
helly Mon Feb 27 13:38:04 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/tests029.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - MFH Fix count/foreach interaction

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

2006-02-26 Thread Dmitry Stogov
dmitry Mon Feb 27 07:12:14 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c Log: Fixed memory leak http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.12r2=1.151.2.13diff_format=u Index:

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

2006-02-06 Thread Antony Dovgal
tony2001Mon Feb 6 10:52:35 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c Log: initialize variables http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.10r2=1.151.2.11diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/simplexml/tests sxe.dtd

2005-11-20 Thread Marcus Boerger
helly Sun Nov 20 08:05:15 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testssxe.dtd Log: - MFH Fix parameter parsing

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/simplexml/tests 023.phpt

2005-10-24 Thread Marcus Boerger
helly Mon Oct 24 04:29:37 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/tests023.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Fix issue with entities in attributes

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

2005-08-31 Thread Rob Richards
rrichards Wed Aug 31 13:00:46 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c Log: MFH: make sxe_properties_get respect namespace scope