summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-04-14 16:35:23 +0200
committerNikita Popov <nikic@php.net>2015-04-14 16:35:23 +0200
commit95650d0942c99db8c247797d2ce708a586298ae9 (patch)
treee8f43029284172afcb64a072ad6cf11b99a052c3 /NEWS
parentdc024f0bdc2570381b1bcabf904c0423fb499049 (diff)
downloadphp-git-95650d0942c99db8c247797d2ce708a586298ae9.tar.gz
Fixed bug #69419
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 800393842d..a71c3fca5b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
. Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer).
(Dmitry)
. Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
+ . Fixed bug #69419 (Returning compatible sub generator produces a warning).
+ (Nikita)
- cURL:
. Fixed bug #68739 (Missing break / control flow). (Laruence)