1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

NEWS entry for #67713

This commit is contained in:
Ferenc Kovacs
2014-07-30 10:45:35 +02:00
parent 89b54c2aa5
commit d649b785d6
+4
View File
@@ -45,6 +45,10 @@ PHP NEWS
- Phar:
. Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)
- Reflection:
. Implemented FR #67713 (loosen the restrictions on
ReflectionClass::newInstanceWithoutConstructor()). (Ferenc)
- SPL:
. Fixed bug #67539 (ArrayIterator use-after-free due to object change during
sorting). (research at insighti dot org, Laruence)