Commit: 7c082325091ee7bfcf0e1e8b488b1e9fa66f0739 Author: Stanislav Malyshev <s...@php.net> Tue, 26 Feb 2013 22:12:15 -0800 Parents: 52d1add0fe385d0e0d8b1132edd11168eb7fe0e4 61099f85857193c223dd62b0c5302507a77cf0ab Branches: PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7c082325091ee7bfcf0e1e8b488b1e9fa66f0739 Log: Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Bug #52861: unset fails with ArrayObject and deep arrays Bugs: https://bugs.php.net/52861 Changed paths: MM NEWS MM ext/spl/spl_array.c Diff: diff --cc NEWS index 0c4d786,57bae92..5fea27a --- a/NEWS +++ b/NEWS @@@ -27,37 -6,22 +27,39 @@@ PH . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence) . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS). (patch by kr...@krizalys.com, Laruence) - . Fixed bug #52861 (unset fails with ArrayObject and deep arrays). + . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). + (Nikita Popov) ++ . Fixed bug #52861 (unset fails with ArrayObject and deep arrays). + (Mike Willbanks) -21 Feb 2013, PHP 5.3.22 +- SNMP: + . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin) -- Zend Engine: - . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes) - . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence) +?? ??? 2012, PHP 5.4.12 -- Core +- Core: + . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes) + . Fixed bug #64011 (get_html_translation_table() output incomplete with + HTML_ENTITIES and ISO-8859-1). (Gustavo) + . Fixed bug #63982 (isset() inconsistently produces a fatal error on + protected property). (Stas) . Fixed bug #63943 (Bad warning text from strpos() on empty needle). (Laruence) + . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence) + . Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very + different length). (Gustavo) + . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry) + . Fixed bug #63462 (Magic methods called twice for unset protected + properties). (Stas) + . Fixed bug #62524 (fopen follows redirects for non-3xx statuses). + (Wes Mason) + . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars) - Date: - . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV). - (Laruence, Derick) + . Fixed bug #63699 (Performance improvements for various ext/date functions). + (Lars, original patch by njaguar at gmail dot com) + . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. + (Derick) - FPM: . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php