1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 12:31:06 +02:00
This commit is contained in:
Remi Collet
2017-11-28 17:59:16 +01:00
parent 8e5b9532da
commit 26656684ea

4
NEWS
View File

@@ -10,6 +10,10 @@ PHP NEWS
. Fixed bug #75384 (PHP seems incompatible with OneDrive files on demand).
(Anatol)
- FPM:
. Fixed bug #64938 (libxml_disable_entity_loader setting is shared between
requests). (Remi)
- PCRE:
. Fixed bug #74183 (preg_last_error not returning error code after error).
(Andrew Nester)