摘要:PHP 7.2.0 RC2 發布了。 PHP(PHP:Hypertext Preprocessor)是一種在電腦上執行的腳本語言,主要是用途在於處理動態網頁,也包含了命令列執行介面(command line interface),或產生圖形使用者介面(GUI)程式。 ...
PHP 7.2.0 RC2 發布了。 PHP(PHP:Hypertext Preprocessor)是一種在電腦上執行的腳本語言,主要是用途在於處理動態網頁,也包含了命令列執行介面(command line interface),或產生圖形使用者介面(GUI)程式。改進日誌如下:
14 Sep 2017, PHP 7.2.0RC2
- Core:
. Fixed Bug #75142 (buildcheck.sh check for autoconf version needs to be updated for v2. 64). (zizzy at zizzy dot net, Remi)
- BCMath:
. Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb)
. Fixed bug #46781 (BC math handles minus zero incorrectly). (cmb)
卷() misbehaves for non-integer base or modulus). (cmb)
- CLI server:
. Fixed bug #70470 (Built-in server truncates headers spanning over TCP packets). (Built-in server truncates headers spanning over TCP packets). (bouk)
- Date:
. Fixed bug #75149 (redefinition of typedefs ttinfo and t1info). (Remi)
##- GD:
. Fixed bug #75139 (lib c:1786: suspicious if ?). (cmb)
- Intl:
. Fixed bug #75193 (segfault in collator_convert_object_to_string). (Remi)
##- Gettext:
#- Gettext:
. Fixed bug #73730 (textdomain(null) throws in strict mode). (cmb)
- Opcache
. Fixed incorect constant conditional jump elimination. (Dmitry)
https://downloads.php.net/~pollita/
#以上是PHP 7.2.0 RC2 發布,bug修復版本的詳細內容。更多資訊請關注PHP中文網其他相關文章!