summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-03-25 13:54:12 +0800
committerXinchen Hui <laruence@php.net>2015-03-25 13:54:12 +0800
commit23520d79575cb0696aeda74b4b0ba821f00ee8b3 (patch)
tree228c0a5d4edf0c7c032b0633ce38b97cd538374f
parent0e1024f25a447cc834ff7202389d60b5177d07ac (diff)
downloadphp-git-23520d79575cb0696aeda74b4b0ba821f00ee8b3.tar.gz
Fixed typo
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9760aaa54d..df0dc82183 100644
--- a/NEWS
+++ b/NEWS
@@ -39,7 +39,7 @@ PHP NEWS
. Fixed bug #67403 (Add signatureType to openssl_x509_parse).
- Postgres:
- . Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Laruence)
+ . Fixed bug #68741 (Null pointer dereference) (CVE-2015-1352). (Laruence)
- SPL:
. Fixed bug #69227 (Use after free in zval_scan caused by
@@ -47,7 +47,7 @@ PHP NEWS
- SOAP:
. Fixed bug #69293 (NEW segfault when using SoapClient::__setSoapHeader
- (bisected, regression)). (Laruence)
+ (bisected, regression)). (thomas at shadowweb dot org, Laruence)
- SQLITE:
. Fixed bug #68760 (SQLITE segfaults if custom collator throws an exception).