diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2015-09-03 17:53:53 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2015-09-03 17:53:53 +0300 |
commit | 23b88d38e867d76d89e4851e7472793b8ad5f533 (patch) | |
tree | 726f2fa6537431db9d87e67bc4fcda1445273cb5 | |
parent | abf0ede0ac9314fde92499783eb32f06c5b37419 (diff) | |
download | php-git-23b88d38e867d76d89e4851e7472793b8ad5f533.tar.gz |
Align NEWS entries format
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ PHP NEWS 03 Sep 2015, PHP 7.0.0 RC 2 - Core: - . Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex) + . Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex). (Dmitry, Bob, Laruence) . Fixed bug #70332 (Wrong behavior while returning reference on object). (Laruence, Dmitry) @@ -25,7 +25,7 @@ PHP NEWS (Laruence) - Mysqli: - . Fixed bug#32490 (constructor of mysqli has wrong name). (cmb) + . Fixed bug #32490 (constructor of mysqli has wrong name). (cmb) - Pcntl: . Fixed bug #70386 (Can't compile on NetBSD because of missing WCONTINUED |