summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-12-27 12:51:50 +0800
committerXinchen Hui <laruence@gmail.com>2017-12-27 12:51:50 +0800
commitdc3822c3431ec3229ad439c3e4e4b956218777af (patch)
tree3649fc19e178ab1ac12bf8526f99efacb71b986c /NEWS
parent9cafc33ba3dcb15d062e9a26f86dd294a6f89431 (diff)
downloadphp-git-dc3822c3431ec3229ad439c3e4e4b956218777af.tar.gz
Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 478d889325..9d44be5ac3 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
. Fixed bug #75671 (pg_version() crashes when called on a connection to
cockroach). (magicaltux at gmail dot com)
+- SAPI:
+ . Fixed bug #75735 ([embed SAPI] Segmentation fault in
+ sapi_register_post_entry). (Laruence)
+
- SOAP:
. Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is
used). (Anton Artamonov)