LoginSignup
1
0

More than 5 years have passed since last update.

php-master-changes 2019-01-02

Last updated at Posted at 2019-01-03

今日は array_multisort() のバグ修正、未定義関数参照時のエラー出力の修正、opcache の最適化で消えたらあかんコードが消える問題の修正、$GLOBALS の print_r() の修正、zend_compile_class_ref_ex() の ex 外し、誤った ZEND_NORMALIZE_BOOL() の使い方の修正、mysqlnd のプラグイン用の構造体宣言への PHPAPI の追加、ZEND_PARSE_PARAMETERS_NONE() を使ってなかった箇所を使うよう修正、ext/skelton を 7.2 コードから使う用に ZEND_PARSE_PARAMETERS_NONE() の polyfill 追加、配列リテラルのカンマが変に多い際の出力での行番号出力修正、FreeBSD での ifunc 無効化、opcache の 32bit 版でのアライメント対策の修正があった!年明けから多い!

2019-01-02

laruence: Fixed bug #77395 (segfault about array_multisort)

laruence: Update NEWS

laruence: Fixed bug #77376 ("undefined function" message no longer includes namespace)

nikic: Fixed bug #77257

laruence: Fixed bug #77387 (Recursion detection broken when printing GLOBALS)

laruence: Entry get lost while merging

nikic: Drop _ex from zend_compile_class_ref_ex

nikic: Fix ZEND_NORMALIZE_BOOL usage

weltling: Fixed bug #75684 In mysqlnd_ext_plugin.h the plugin methods family has no external visibility

weltling: Update NEWS

nikic: Use ZEND_PARSE_PARAMETERS_NONE in pcre

vjardinMisc: skeleton: support PHP 7.2

Andrey Hristov: Test commit

nikic: Partial fix for bug #75426

nikic: Disable ifuncs on FreeBSD

nikic: Possible fix for bug #77287

nikic: Fix undefined function error message

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0