Commit: f4809424cd0041e6fdf030cef2d556d92332fe3a Author: Stanislav Malyshev <[email protected]> Sat, 14 Jul 2012 23:07:11 -0700 Parents: 55dbd8cf46389d7583a9ff25012d27b19d84cc96 13a9555342a4156a6150818234639b49a596ccd6 Branches: PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f4809424cd0041e6fdf030cef2d556d92332fe3a Log: Merge branch 'pull-request/96' into PHP-5.4 * pull-request/96: Implemented FR #61602 Allow access to name of constant used as default value Bugs: https://bugs.php.net/61602 Changed paths: MM NEWS MM ext/reflection/php_reflection.c Diff: diff --cc NEWS index ab49fe7,4af38a3..b3dcec7 --- a/NEWS +++ b/NEWS @@@ -1,33 -1,5 +1,37 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2012, PHP 5.4.6 + +- Core: + . Fixed bug #62565 (Crashes due non-initialized internal properties_table). + (Felipe) + +- CURL: + . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false). + ([email protected], Laruence) + +- DateTime: + . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence) + +- Fileinfo: + . Fixed bug #61964 (finfo_open with directory causes invalid free). + ([email protected]) + +- Intl: + . Fixed bug #62564 (Extending MessageFormatter and adding property causes + crash). (Felipe) + ++- Reflection: ++ . Implemented FR ##61602 (Allow access to name of constant used as default ++ value). ([email protected]) ++ +- SimpleXML: + . Implemented FR #55218 Get namespaces from current node. (Lonny) + +- SPL: + . Fixed bug #61527 (ArrayIterator gives misleading notice on next() when + moved to the end). ([email protected]) + ?? ??? 2012, PHP 5.4.5 - Core: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
