summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-10-18 11:36:04 +0200
committerAnatol Belski <ab@php.net>2015-10-18 11:36:04 +0200
commitdaddb7a832309bb26858d3c069ecf29c0994dbd7 (patch)
tree0a338a09f4a3c2186cd4b9fd951490f0a4842788
parentdc241566aa74c91dd61c561bbb3cfadd68929920 (diff)
downloadphp-git-daddb7a832309bb26858d3c069ecf29c0994dbd7.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6343dc6db5..7d96e594ab 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ PHP NEWS
. Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10).
(Laruence)
+- PDO_DBlib:
+ . Fixed bug #69757 (Segmentation fault on nextRowset).
+ (miracle at rpz dot name)
+
- SPL:
. Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called
in serialize()). (Laruence)