summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-11-23 18:46:19 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-11-23 18:46:19 +0200
commit1c72e5b29929360167cdeec93b21bb9b6ef33c57 (patch)
tree2dc105566adbf8cdb531e829c7245b12a568705d
parent532912d8abcd1752f937eed33d0a8e8d333a87de (diff)
downloadphp-git-1c72e5b29929360167cdeec93b21bb9b6ef33c57.tar.gz
Align NEWS entries format
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 48529c5cc9..c294e29831 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,7 @@ PHP NEWS
connection flag. (Andrey)
- OCI8:
- . Fixed bug #68298 (OCI int overflow) (Senthil).
+ . Fixed bug #68298 (OCI int overflow). (Senthil)
- PDO_DBlib:
. Fixed bug #69757 (Segmentation fault on nextRowset).
@@ -44,7 +44,7 @@ PHP NEWS
attribute). (Matteo)
- SPL:
- . Fixed bug #70852 Segfault getting NULL offset of an ArrayObject.
+ . Fixed bug #70852 (Segfault getting NULL offset of an ArrayObject).
(Reeze Xia)
29 Oct 2015, PHP 5.6.15
@@ -87,7 +87,7 @@ PHP NEWS
. Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
encoding). (cmb)
-- ldap
+- ldap:
. Fixed bug #70465 (Bug in ldap_search() modifies LDAP_OPT_TIMELIMIT/DEREF's values). (Tyson Andre)
. Fixed bug #69574 (ldap timeouts not enforced). (Côme Bernigaud)