2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

php-master-changes 2019-05-15

Posted at

今日は tokenizer 用のコード生成スクリプトのリファクタリング、テストに使われていた *.dat の拡張子を *.data への変更、disable_functions を eval に使えるようにする修正、コードの単純化、interface のオートロードで例外が投げられた際に誤ったクラスを定義してしまう問題の修正、opcache で配列内の配列が絡む式について間違った評価を行う場合がある問題の修正、7.2 系の開発バージョン引き上げと 7.3.6RC1 のタグ付け直しがあった!

2019-05-15

petk: Enhance the tokenizer data generator script

petk: Rename *.dat to *.data for common file type

beberlei: Fix bug #62397 - disable_functions does not work with eval.

petk: Update changelogs

sgolemon: Bump for 7.2.20

dstogov: Removed ability to compile PHP without EX(run_time_cache). ZEND_EX_USE_RUN_TIME_CACHE was always defined.

cmb69: Update NEWS regarding re-tagging 7.3.6RC1

nikic: Fixed bug #76980

nikic: Fixed bug #78015

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?