summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-04-22 18:19:45 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-04-22 18:19:45 +0300
commitbfa7e11c9c9b13b5c63679586546626767af4014 (patch)
treec8c3853e52518c6e0e8bc7fe733d9cd810c2531d
parente48305cdb58c391fa4865ec7b29f5c594659c312 (diff)
downloadphp-git-bfa7e11c9c9b13b5c63679586546626767af4014.tar.gz
Format alignment
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 6075525b04..647d9f615d 100644
--- a/NEWS
+++ b/NEWS
@@ -72,7 +72,7 @@ PHP NEWS
segfault). (Anatol Belski)
- Filter:
- . Fixed bug #69202: (FILTER_FLAG_STRIP_BACKTICK ignored unless other
+ . Fixed bug #69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other
flags are used). (Jeff Welch)
. Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff
Welch)
@@ -87,7 +87,7 @@ PHP NEWS
. Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
. Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
-- OpenSSL
+- OpenSSL:
. Fixed bugs #68853, #65137 (Buffered crypto stream data breaks IO polling
in stream_select() contexts) (Chris Wright)
. Fixed bug #69197 (openssl_pkcs7_sign handles default value incorrectly)
@@ -110,14 +110,14 @@ PHP NEWS
- Postgres:
. Fixed bug #68741 (Null pointer dereference). (CVE-2015-1352) (Laruence)
-- SPL:
- . Fixed bug #69227 (Use after free in zval_scan caused by
- spl_object_storage_get_gc). (adam dot scarr at 99designs dot com)
-
- SOAP:
. Fixed bug #69293 (NEW segfault when using SoapClient::__setSoapHeader
(bisected, regression)). (Laruence)
+- SPL:
+ . Fixed bug #69227 (Use after free in zval_scan caused by
+ spl_object_storage_get_gc). (adam dot scarr at 99designs dot com)
+
- Sqlite3:
. Fixed bug #68760 (SQLITE segfaults if custom collator throws an exception).
(Dan Ackroyd)