summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 18:50:59 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 18:50:59 +0200
commite180290a1e93a2b7d90df339f1fab5517e91b4c4 (patch)
tree0c96e460fba49a0aa48a85eaaa2826f8232be3ab /NEWS
parentfa37cfe8cc217ee30db8276dc10274fb48dd0dc2 (diff)
downloadphp-git-e180290a1e93a2b7d90df339f1fab5517e91b4c4.tar.gz
Update NEWS [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e87cd934c5..300f1b9e41 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,13 @@ PHP NEWS
. Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
(Anatol)
+- LiteSpeed:
+ . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
+ 100 to 1000, added crash handler to cleanly shutdown PHP request, added
+ CloudLinux mod_lsapi mode). (George Wang)
+ . Fixed bug #76058 (After "POST data can't be buffered", using php://input
+ makes huge tmp files). (George Wang)
+
- Openssl:
. Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported
socket-to-stream). (Nikita)