1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

Lost this entry while merging

This commit is contained in:
Xinchen Hui
2015-08-18 19:12:52 +08:00
parent 75198c7371
commit 22eaa995ee
+1
View File
@@ -20,6 +20,7 @@ PHP NEWS
. Fixed bug #70241 (Skipped assertions affect Generator returns). (Bob)
. Fixed bug #70239 (Creating a huge array doesn't result in exhausted,
but segfault). (Laruence, Anatol)
. Fixed bug causing exception traces with anon classes to be truncated. (Bob)
- CLI server:
. Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).