diff options
| author | Xinchen Hui <laruence@gmail.com> | 2015-10-17 05:28:49 -0700 |
|---|---|---|
| committer | Xinchen Hui <laruence@gmail.com> | 2015-10-17 05:28:49 -0700 |
| commit | e2d6090043aed271d18a4d157cbb64138481c9ed (patch) | |
| tree | 467ed60f559910d979e3e98520adf43f3032fcf5 /NEWS | |
| parent | d4df6641c871e23478c3137365f682c38d8d95a3 (diff) | |
| download | php-git-e2d6090043aed271d18a4d157cbb64138481c9ed.tar.gz | |
Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize())
It's possible to fixed this in SPL side, but it will be ugly, and we
should make serialize more robust, so I prefer fix it in serialize side.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -6,14 +6,18 @@ PHP NEWS . Fixed bug #70689 (Exception handler does not work as expected). (Laruence) . Fixed bug #70430 (Stack buffer overflow in zend_language_parser()). (Nikita) -- SOAP: - . Fixed bug #70715 (Segmentation fault inside soap client). (Laruence) - . Fixed bug #70709 (SOAP Client generates Segfault). (Laruence) - - Opcache: . Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10). (Laruence) +- SPL: + . Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called + in serialize()). (Laruence) + +- SOAP: + . Fixed bug #70715 (Segmentation fault inside soap client). (Laruence) + . Fixed bug #70709 (SOAP Client generates Segfault). (Laruence) + - XSL: . Fixed bug #70678 (PHP7 returns true when false is expected). (Felipe) |
