PHP 7.3.7正式发布了。PHP(PHP:Hypertext Preprocessor)是一种在电脑上执行的脚本语言,主要是用途在于处理动态网页,也包含了命令列执行接口(command line interface),或者产生图形使用者接口(GUI)程式。
版本主要还是修复 bug,改进日志如下:
04 Jul 2019, PHP 7.3.7
- Core:
. Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).(Nikita)
- DOM:
. Fixed bug #78025 (segfault when accessing properties of DOMDocumentType).(cmb)
- MySQLi:
. Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful error message). (Sjon Hortensius)
. Fixed bug #38546 (bindParam incorrect processing of bool types).(camporter)
- MySQLnd:
. Fixed bug #77955 (Random segmentation fault in mysqlnd from php-fpm).(Nikita)
- Opcache:
. Fixed bug #78015 (Incorrect evaluation of expressions involving partials arrays in SCCP). (Nikita)
. Fixed bug #78106 (Path resolution fails if opcache disabled during request).(Nikita)
- OpenSSL:
. Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).(Jakub Zelenka)
- phpdbg:
. Fixed bug #78050 (SegFault phpdbg + opcache on include file twice).(Nikita)
- Sockets:
. Fixed bug #78038 (Socket_select fails when resource array containsreferences). (Nikita)
- Sodium:
. Fixed bug #78114 (segfault when calling sodium_* functions from eval). (cmb)
- Standard:
. Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).(Craig Duncan, Dmitry)
. Fixed bug ##77937 (preg_match failed). (cmb, Anatol)
- Zip:
. Fixed bug #76345 (zip.h not found). (Michael Maroszek)
下载链接:
- http://php.net/distributions/php-7.3.7.tar.gz
80%的人都看过的文章
- PHP 7.3.0 RC6 发布,下个版本 7.3.0 (GA) 将于12月发布
- PHP内容管理系统Joomla 3.9 发布(下载)
- D语言/dlang 2.084.0 发布,编译时和运行时增强
- PHP 7.3.0RC2发布,修复多项Bug
- Go公布2.0设计草案:包括错误处理,支持泛型
- PHP 5.6.40, 7.1.26, 7.3.1 & 7.2.14 安全修复版本发布
- PHP 7.0.31, 7.1.20, 7.2.8 正式发布
- PHP 7.1.21 和PHP 7.2.9 正式发布,优化代码运行速度