diff options
author | Anatol Belski <ab@php.net> | 2015-10-18 11:36:04 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-10-18 11:36:04 +0200 |
commit | daddb7a832309bb26858d3c069ecf29c0994dbd7 (patch) | |
tree | 0a338a09f4a3c2186cd4b9fd951490f0a4842788 | |
parent | dc241566aa74c91dd61c561bbb3cfadd68929920 (diff) | |
download | php-git-daddb7a832309bb26858d3c069ecf29c0994dbd7.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |