summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-09-03 17:53:53 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-09-03 17:53:53 +0300
commit23b88d38e867d76d89e4851e7472793b8ad5f533 (patch)
tree726f2fa6537431db9d87e67bc4fcda1445273cb5
parentabf0ede0ac9314fde92499783eb32f06c5b37419 (diff)
downloadphp-git-23b88d38e867d76d89e4851e7472793b8ad5f533.tar.gz
Align NEWS entries format
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 865595eabb..5d687b58a0 100644
--- a/NEWS
+++ b/NEWS
@@ -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