PHP 7.2.6正式发布了。PHP(PHP:Hypertext Preprocessor)是一种在电脑上执行的脚本语言,主要是用途在于处理动态网页,也包含了命令列执行接口(command line interface),或者产生图形使用者接口(GUI)程式。
版本主要还是修复 bug,改进日志如下:
PHP 7.2.6
EXIF:
- Fixed bug #76164 (exif_read_data zend_mm_heap corrupted). (cmb)
FPM:
- Fixed bug #76075 –with-fpm-acl wrongly tries to find libacl on FreeBSD.
(mgorny)
intl:
- Fixed bug #74385 (Locale::parseLocale() broken with some arguments).
(Anatol)
Opcache:
- Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp). (Dmitry)
- Fixed bug #76275 (Assertion failure in file cache when unserializing empty
try_catch_array). (Nikita) - Fixed bug #76281 (Opcache causes incorrect “undefined variable” errors).
(Nikita)
Reflection:
- Fixed arginfo of array_replace(_recursive) and array_merge(_recursive).
(carusogabriel)
Session:
- Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
with “#”). (Andrew Nester)