[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:46:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in Log: use -O0 with --enable-debug http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.6&r2=1.579.2.52.2.7&diff_format=u Index: php-src/configu

[PHP-CVS] cvs: php-src / configure.in

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:45:43 2006 UTC Modified files: /php-srcconfigure.in Log: use -O0 with --enable-debug http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.608&r2=1.609&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml/tests bug38354.phpt

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:10:19 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug38354.phpt Log: add test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38354.phpt?view=markup&rev=1.1 Index: php-src/ext/simpl

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

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:10:05 2006 UTC Added files: /php-src/ext/simplexml/testsbug38354.phpt Log: add test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38354.phpt?view=markup&rev=1.1 Index: php-src/ext/simplexml/tests/bug383

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml/tests bug38354.phpt

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:17:51 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug38354.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38354.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: ph

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

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 20:17:43 2006 UTC Modified files: /php-src/ext/simplexml/testsbug38354.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38354.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/simplexml/tests

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

2006-08-06 Thread Christian Stocker
chregu Sun Aug 6 19:39:38 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: Fix #38354 (Unwanted reformatting of XML when using AsXML) (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.212&r2=1.213&diff_form

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

2006-08-06 Thread Christian Stocker
chregu Sun Aug 6 19:38:45 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/simplexml simplexml.c Log: Fix #38354 (Unwanted reformatting of XML when using AsXML) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.54

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/libxml libxml.c /ext/simplexml simplexml.c /ext/simplexml/tests bug38347.phpt

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 17:41:52 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug38347.phpt Modified files: /php-srcNEWS /php-src/ext/libxml libxml.c /php-src/ext/simplexml simplexml.c Log:

[PHP-CVS] cvs: php-src /ext/libxml libxml.c /ext/simplexml simplexml.c /ext/simplexml/tests bug38347.phpt

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 17:41:39 2006 UTC Added files: /php-src/ext/simplexml/testsbug38347.phpt Modified files: /php-src/ext/libxml libxml.c /php-src/ext/simplexml simplexml.c Log: fix #38347 (Segmentation fault when u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_directory.c

2006-08-06 Thread Marcus Boerger
helly Sun Aug 6 13:47:51 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_directory.c Log: - MFH Fix cvs access through SplFileObject http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.4&r2=1.45.2.27.2.5&diff_format=

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

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 13:27:47 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml simplexml.c Log: avoid extra strlen() call http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.8&r2=1.151.2.22.2.9&diff_forma

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

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 13:27:38 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: avoid extra strlen() call, we have the length of the data http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.210&r2=1.211&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8 oci8.c

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 14:09:58 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8.c Log: long -> int http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.12&r2=1.269.2.16.2.13&diff_format=u Index: php-src/ext/oci8/oci8.c

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

2006-08-06 Thread Antony Dovgal
tony2001Sun Aug 6 14:09:46 2006 UTC Modified files: /php-src/ext/oci8 oci8.c Log: long -> int http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.310&r2=1.311&diff_format=u Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.310