[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/fileinfo/fileinfo.c branches/PHP_5_3/ext/fileinfo/tests/bug61173.phpt trunk/ext/fileinfo/fileinfo.c trunk/ext/fileinfo/tests/bug

2012-02-24 Thread Gustavo André dos Santos Lopes
cataphract Fri, 24 Feb 2012 10:01:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323472 Log: - Fixed bug #61173 (Unable to detect error from finfo constructor). - Tidied up NEWS Bug: https://bugs.php.net/61173 (Feedback) Unable to detect error

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/streamsfuncs.c branches/PHP_5_3/main/streams/streams.c trunk/ext/standard/streamsfuncs.c trunk/main/streams/streams.c

2012-02-24 Thread Gustavo André dos Santos Lopes
cataphract Fri, 24 Feb 2012 22:56:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323478 Log: - Better fix for #61115. - Fixed resource leak in stream_socket_client(). Bug: https://bugs.php.net/61115 (Closed) Stream related segfault on fatal

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ bug61165.phpt

2012-02-24 Thread Xinchen Hui
laruence Sat, 25 Feb 2012 03:12:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323485 Log: Tests for bug #61165 Bug: https://bugs.php.net/61165 (Assigned) Segfault - strip_tags() Changed paths: A

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ bug61011.phpt bug61165.phpt

2012-02-24 Thread Xinchen Hui
laruence Sat, 25 Feb 2012 03:16:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323487 Log: typo Changed paths: U php/php-src/trunk/Zend/tests/bug61011.phpt U php/php-src/trunk/Zend/tests/bug61165.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ bug61165.phpt

2012-02-24 Thread Xinchen Hui
laruence Sat, 25 Feb 2012 03:19:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323488 Log: Fix test Changed paths: U php/php-src/trunk/Zend/tests/bug61165.phpt Modified: php/php-src/trunk/Zend/tests/bug61165.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_API.c trunk/NEWS trunk/Zend/zend_API.c

2012-02-24 Thread Xinchen Hui
laruence Sat, 25 Feb 2012 04:36:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323489 Log: Fixed bug #61165 (Segfault - strip_tags()) Bug: https://bugs.php.net/61165 (Assigned) Segfault - strip_tags() Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_API.c trunk/NEWS trunk/Zend/zend_API.c

2012-02-24 Thread Laruence
Dmitry: you might want to review this fix. let me explain why crash before this fix. when doing parse_parameter, then convert the object to string by calling the ce-cast_object, and passed the same pointer(although there was a separation), to the cast_object.. then if

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/tests/bug61165.phpt trunk/Zend/tests/bug61165.phpt

2012-02-24 Thread Xinchen Hui
laruence Sat, 25 Feb 2012 05:18:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323490 Log: merge test to 5.3, and remove xfail since the bug was fixed Changed paths: A php/php-src/branches/PHP_5_3/Zend/tests/bug61165.phpt U