summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 18:45:36 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 18:47:55 +0200
commitf81be1aff63f0077a49311f2ccb8f79b2d055e50 (patch)
tree62123721123369c009ceef222215f6ac75f67c6b
parent5846e852831a01ab70b9350031924462302e1854 (diff)
downloadphp-git-f81be1aff63f0077a49311f2ccb8f79b2d055e50.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS13
1 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c0fb40bb8a..bc81d0342f 100644
--- 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: