1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00

updated NEWS

This commit is contained in:
Christoph M. Becker
2015-08-24 23:16:21 +02:00
parent 405f8b5c91
commit a8d38674b1

1
NEWS
View File

@@ -26,6 +26,7 @@ PHP NEWS
. Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't
working). (Laruence)
. Fixed bug #70295 (Segmentation fault with setrawcookie). (Bob)
. Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
- Reflection:
. Fixed bug causing bogus traces for ReflectionGenerator::getTrace(). (Bob)