LoginSignup
3
1

More than 5 years have passed since last update.

php-master-changes 2019-01-22

Posted at

今日は ??= 演算子の実装、opcache 最適化処理の改善と定数表コンパクションのバグ修正、php.ini への opcache.preload の追記、ドキュメントの更新、ROPE_ADD 命令が変なとこに出てた問題の修正、tokenizer のテスト修正があった!

2019-01-22

dstogov: Avoid double live ranges recalculation.

cmb69: [ci skip] Add opcache.preload directive

dstogov: Use ZEND_FUNC_FREE_LOOP_VAR flag to avoid useless iterations.

cmb69: [ci skip] List FFI extension

dstogov: Fixed odd ROPE_ADD instruction placement.

dstogov: Use SSA instead of bogus reverse linear scan.

dstogov: Most opcodes that don't consume their OP1 operand, must be terminated with real consumer, and don't have to be checked.

nikic: Make tokenizer test robust against token renumbering

nikic: Implement ??= operator

nikic: Fixed bug #77287

cmb69: Prepare main branch for PHP 7.3.3

3
1
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
3
1