]> granicus.if.org Git - php/commitdiff
Merge branch 'pull-request/96' into PHP-5.4
authorStanislav Malyshev <stas@php.net>
Sun, 15 Jul 2012 06:07:11 +0000 (23:07 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 15 Jul 2012 06:08:50 +0000 (23:08 -0700)
* pull-request/96:
  Implemented FR #61602 Allow access to name of constant used as default value

1  2 
NEWS
ext/reflection/php_reflection.c

diff --cc NEWS
index ab49fe73df4f37ab27730af0c2cc88bc6914cf92,4af38a3d8e2f363a9090c4dd452978d7ea3fa196..b3dcec7deab3287fbba3ffc8ff2db8678e4d1356
--- 1/NEWS
--- 2/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).
 +    (r.hampartsumyan@gmail.com, Laruence)
 +
 +- DateTime:
 +  . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence)
 +  
 +- Fileinfo:
 +  . Fixed bug #61964 (finfo_open with directory causes invalid free). 
 +  (reeze.xia@gmail.com)
 +
 +- 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). (reeze.xia@gmail.com)
++  
 +- 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). (reeze.xia@gmail.com)
 +
  ?? ??? 2012, PHP 5.4.5
  
  - Core:
Simple merge