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

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 08:11:47 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml/tests032.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/032.phpt?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_format=u Index: php-src/

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

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 08:11:39 2006 UTC Modified files: /php-src/ext/simplexml/tests032.phpt Log: comparing libxml documents and nodes is not yet possible and we can't fix it fix test instead http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/

[PHP-CVS] cvs: php-src /ext/soap soap.c /ext/soap/tests/bugs bug32776.phpt bug38005.phpt

2006-08-04 Thread Dmitry Stogov
dmitry Fri Aug 4 07:38:22 2006 UTC Modified files: /php-src/ext/soap soap.c /php-src/ext/soap/tests/bugsbug32776.phpt bug38005.phpt Log: Unicode support http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.201&r2=1.202&diff_format=u Inde

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

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 11:49:18 2006 UTC Modified files: /php-src/ext/standard scanf.c Log: fix #38322 (reading past array in sscanf() leads to arbitary code execution) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/scanf.c?r1=1.33&r2=1.34&diff_

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

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 11:50:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard scanf.c Log: MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution) http://cvs.php.net/viewvc.cgi/php-s

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

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 11:59:50 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard scanf.c /php-srcNEWS Log: MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution) http://cvs.php.net/viewvc.cgi/php-s

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

2006-08-04 Thread Rob Richards
rrichards Fri Aug 4 13:40:12 2006 UTC Modified files: /php-src/ext/soap soap.c Log: fix compile http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.202&r2=1.203&diff_format=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/soap.c:1.202 ph

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug38322.phpt

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 15:01:29 2006 UTC Added files: /php-src/ext/standard/tests/strings bug38322.phpt Log: add new test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug38322.phpt?view=markup&rev=1.1 Index: php-src/ext/standard/te

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings bug38322.phpt

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 15:01:37 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings bug38322.phpt Log: add new test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug38322.phpt?view=markup&rev=1.1 Index: php-sr

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard/tests/strings bug38322.phpt

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 15:01:46 2006 UTC Added files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings bug38322.phpt Log: add new test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug38322.phpt?view=markup&rev=1.1 Index: php-sr

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

2006-08-04 Thread Andrei Zmievski
andrei Fri Aug 4 18:09:46 2006 UTC Modified files: /php-src/ext/standard php_string.h string.c Log: Upgrade dirname() to support IS_UNICODE. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_string.h?r1=1.98&r2=1.99&diff_format=u Index: php-src/e

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

2006-08-04 Thread Rob Richards
rrichards Fri Aug 4 18:10:02 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: updated to use new modifier to specify converter http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.38&r2=1.39&diff_format=u Index

[PHP-CVS] cvs: php-src /ext/dom attr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c domimplementation.c element.c entity.c entityreference.c namednodemap.c node.c notation.c

2006-08-04 Thread Rob Richards
rrichards Fri Aug 4 18:11:28 2006 UTC Modified files: /php-src/ext/domattr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c domimplementation.c element.c entity.c entityreference.c

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

2006-08-04 Thread Ilia Alshanetsky
iliaa Fri Aug 4 20:31:19 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c /php-srcNEWS Log: Fixed bug #37265 (Added missing safe_mode & open_basedir checks to imap_body()). http://cvs.php.net/viewvc.cgi/php-src/ext/imap/p

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

2006-08-04 Thread Ilia Alshanetsky
iliaa Fri Aug 4 20:31:42 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/imap php_imap.c Log: MFB: Fixed bug #37265 (Added missing safe_mode & open_basedir checks to imap_body()). http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.2

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

2006-08-04 Thread Antony Dovgal
tony2001Fri Aug 4 20:34:31 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/standard scanf.c Log: MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution) http://cvs.php.net/viewvc.cgi/php-s

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

2006-08-04 Thread Ilia Alshanetsky
iliaa Fri Aug 4 20:34:37 2006 UTC Modified files: /php-src/ext/imap php_imap.c Log: MFB: Fixed bug #37265 (Added missing safe_mode & open_basedir checks to imap_body()). http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.217&r2=1.218&diff_

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

2006-08-04 Thread Andrei Zmievski
andrei Fri Aug 4 20:59:36 2006 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: I believe Rob indicated that XML() should take strictly a binary string. http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.39&r2=1.40&

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

2006-08-04 Thread Andrei Zmievski
andrei Fri Aug 4 21:06:11 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Upgrade pathinfo() to Unicode support. http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.36&r2=1.37&diff_format=

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/imap php_imap.c

2006-08-04 Thread Ilia Alshanetsky
iliaa Fri Aug 4 20:32:45 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/imap php_imap.c /php-srcNEWS Log: MFB: Fixed bug #37265 (Added missing safe_mode & open_basedir checks to imap_body()). http://cvs.php.net/viewvc.cgi/php-src/ext/

Re: [PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c

2006-08-04 Thread Rob Richards
Thanks. Had held off on that change (in dom too) because I couldn't decide whether or not to allow a user to be able to create a string based document using RT encoding (assuming encoding declaration also set correctly). Probably best to just make it strict as we had discussed, so I'll make th

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

2006-08-04 Thread Ilia Alshanetsky
iliaa Fri Aug 4 22:13:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli_api.c Log: Improved fix for bug #37671 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.22.2.5&r2=1.118.2.22.2.6&diff_format=u Index: php-src

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

2006-08-04 Thread Ilia Alshanetsky
iliaa Fri Aug 4 22:14:10 2006 UTC Modified files: /php-src/ext/mysqli mysqli_api.c Log: MFB: Improved fix for bug #37671 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.129&r2=1.130&diff_format=u Index: php-src/ext/mysqli/mysqli_api.c di

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

2006-08-04 Thread Andrei Zmievski
andrei Fri Aug 4 23:20:04 2006 UTC Modified files: /php-src/ext/standard string.c Log: Simplify strrchr(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.563&r2=1.564&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src