]> granicus.if.org Git - php/commitdiff
Update NEWS [ci skip]
authorPeter Kokot <peterkokot@gmail.com>
Mon, 8 Jul 2019 16:45:36 +0000 (18:45 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 8 Jul 2019 16:47:55 +0000 (18:47 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c0fb40bb8a9ed4a945347ff8caacdbf137682c65..bc81d0342f465a61c529efe29c1318b153c95d8e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,13 @@ PHP                                                                        NEWS
 - Date:
   . Fixed #69044 (discrepency between time and microtime). (krakjoe)
 
+- 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)
@@ -118,7 +125,7 @@ PHP                                                                        NEWS
     value). (Ignace Nyamagana Butera)
 
 - EXIF
-  . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). 
+  . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
     (CVE-2019-11036) (Stas)
 
 - Interbase:
@@ -149,7 +156,7 @@ PHP                                                                        NEWS
   . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
     (krakjoe)
   . Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
-    
+
 - Reflection:
   . Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)
   . Fixed bug #77882 (Different behavior: always calls destructor). (Nikita)
@@ -192,7 +199,7 @@ PHP                                                                        NEWS
 - EXIF:
   . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
     (Stas)
-  . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). 
+  . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
     (CVE-2019-11035) (Stas)
 
 - FPM: