From: Nikita Popov Date: Fri, 7 Sep 2018 12:02:36 +0000 (+0200) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.3.0RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a32c563e50b344136ede9be0a62ae6ccedaf427b;p=php Merge branch 'PHP-7.2' into PHP-7.3 --- a32c563e50b344136ede9be0a62ae6ccedaf427b diff --cc NEWS index 936ad95f31,932a36a755..307fcb6550 --- a/NEWS +++ b/NEWS @@@ -16,9 -5,11 +16,11 @@@ PH - Opcache: . Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS). (Anatol) + . Fixed bug #76796 (Compile-time evaluation of disabled function in opcache + causes segfault). (Nikita) - POSIX: - . Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb) + Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb) - Reflection: . Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).