LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-04-23

Posted at

今日は JIT 実装の修正、opcache の不要コード削除の最適化修正、tsrm.m4 からの sinclude の利用の削除、sapi/cli/README の削除、array_map() の警告文に誤った型が出てくる問題の修正、JsonSerializable で use after free が起きる場合がある問題の修正、不要コードの削除、DateInterval オブジェクトを比較不可能として警告を出すようにする修正があった!

2019-04-23

dstogov: Fixed JIT for DEFINED opcode

dstogov: Use _zend_hash_find_known_hash() for IS_CONST operand

dstogov: Remove unused BIND_STATIC insructions

petk: Remove sinclude from tsrm.m4

petk: [ci skip] Remove CLI sapi README

nikic: Fixed bug #77931

nikic: Fixed bug #77843

bugreportuser: Remove duplicate zend_unset_timeout()

nikic: Make DateInterval objects uncomparable

dstogov: Implemented JIT for SWITCH_LONG/SWITCH_STRING

2
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
2
0