PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.17
+?? ??? 2018, PHP 7.2.5
+
+- Core:
+ . Fixed bug #75722 (Convert valgrind detection to configure option).
+ (Michael Heimpold)
- - Mbstring:
+ - Date:
+ . Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)
+
+ - mbstring:
. Fixed bug #75944 (Wrong cp1251 detection). (dmk001)
. Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).
(chrullrich, cmb)
-29 Mar 2018, PHP 7.1.16
+- ODBC:
+ . Fixed bug #76088 (ODBC functions are not available by default on Windows).
+ (cmb)
+
+- Opcache:
+ . Fixed bug #76094 (Access violation when using opcache). (Laruence)
+
+ - SPL:
+ . Fixed bug #76131 (mismatch arginfo for splarray constructor).
+ (carusogabriel)
+
+- Standard:
+ . Fixed bug #74139 (mail.add_x_header default inconsistent with docs). (cmb)
+
+29 Mar 2018, PHP 7.2.4
- Core:
. Fixed bug #76025 (Segfault while throwing exception in error_handler).