@@ -17,6 +17,13 @@ PHP NEWS
17
17
- Date:
18
18
. Fixed #69044 (discrepency between time and microtime). (krakjoe)
19
19
20
+ - LiteSpeed:
21
+ . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
22
+ 100 to 1000, added crash handler to cleanly shutdown PHP request, added
23
+ CloudLinux mod_lsapi mode). (George Wang)
24
+ . Fixed bug #76058 (After "POST data can't be buffered", using php://input
25
+ makes huge tmp files). (George Wang)
26
+
20
27
- Openssl:
21
28
. Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported
22
29
socket-to-stream). (Nikita)
@@ -118,7 +125,7 @@ PHP NEWS
118
125
value). (Ignace Nyamagana Butera)
119
126
120
127
- EXIF
121
- . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
128
+ . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
122
129
(CVE-2019-11036) (Stas)
123
130
124
131
- Interbase:
@@ -149,7 +156,7 @@ PHP NEWS
149
156
. Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
150
157
(krakjoe)
151
158
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
152
-
159
+
153
160
- Reflection:
154
161
. Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)
155
162
. Fixed bug #77882 (Different behavior: always calls destructor). (Nikita)
@@ -192,7 +199,7 @@ PHP NEWS
192
199
- EXIF:
193
200
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
194
201
(Stas)
195
- . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
202
+ . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
196
203
(CVE-2019-11035) (Stas)
197
204
198
205
- FPM:
0 commit comments