* PHP-7.2:
Fix arginfo wrt. optional/required parameters
. Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
non-blocking). (Nikita)
-- Opcache:
- . Fixed bug #76477 (Opcache causes empty return value).
- (Nikita, Laruence)
+- PCRE:
+ . Fixed bug #76512 (\w no longer includes unicode characters). (cmb)
+ . Fixed bug #76514 (Regression in preg_match makes it fail with
+ PREG_JIT_STACKLIMIT_ERROR). (Anatol)
+ - phpdbg:
+ . Fix arginfo wrt. optional/required parameters. (cmb)
+
- Standard:
. Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
(Laruence)