summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-11-05 22:53:45 +0100
committerAnatol Belski <ab@php.net>2018-11-05 22:53:45 +0100
commitddd54401db16da197c0ffb7be613e0f90aab8872 (patch)
treee6cc5b4735694802f86baabfd3e396a9a997fcce
parent1cab286151543e472f10772d32d8f4196a4f58a1 (diff)
downloadphp-git-ddd54401db16da197c0ffb7be613e0f90aab8872.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a0949e94be..4bfd51f87c 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ PHP NEWS
. Fixed bug #77110 (undefined symbol zend_string_equal_val in C++ build).
(Remi)
+- Fileinfo:
+ . Fixed bug #77095 (slowness regression in 7.2/7.3 (compared to 7.1)).
+ (Anatol)
+
- ODBC:
. Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
(Jon Allen)