LoginSignup
1
0

More than 3 years have passed since last update.

php-master-changes 2019-05-28

Posted at

今日は JIT の修正、opcache の func_info の修正、opcache 最適化器の修正、libzip の検出に失敗する場合がある問題の修正、テストの並列実行対策、phpinfo() 関連コードの ZEND_COLD 指定、PHP 8 の ZPP エラー例外化で不要になったコードの削除、組み込み関数の一部に返り値型情報の追加、引数なしでの array_merge() / array_merge_recursive() が空配列を返すようにする修正、不要な zval コピーの削減、FFI で get/set オブジェクトハンドラを利用しないようにする修正、

2019-05-28

nikic: BIND_STATIC of implicit binding may be undef

nikic: Remove special handling of zero-arg funcs in func_info

paresy: Fixed bug #76345

cmb69: Prevent parallel test conflicts

dstogov: Put phpinfo() related code into cold code segment

nikic: zend_func_info: Remove unnecessary type callbacks

nikic: Add return type information to some ext/standard functions

dtakken: Allow array_merge() / array_merge_recursive() without arguments

nikic: Remove FUNC_MAY_WARN

dstogov: Fixed register allocation

nikic: Update MAY_BE_NULL func_info for Zend functions

nikic: Update MAY_BE_NULL for parts of ext/standard

dstogov: Avoid double copying

nikic: Update MAY_BE_NULL info for more ext/standard functions

nikic: hebrev/hebrevc: Don't return false for empty string

nikic: Revert accidental changes

nikic: JIT: Fix SWITCH_LONG/STRING codegen with exact type

nikic: SCCP: Don't perform partial object propagation for typed props

dstogov: Avoid usage of internal get/set object handlers. They are going to be removed in PHP-8.

nikic: SCCP: Fix handling of ASSIGN_OBJ_REF

nikic: Fix type inference of SEND_UNPACK with empty array

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