LoginSignup
1
0

More than 5 years have passed since last update.

php-master-changes 2018-10-30

Last updated at Posted at 2018-10-30

今日は ext/mbstring のバグ修正 / リファクタリング、不要コードの削除、処理系起動時の初期化処理の修正、mod_php で PHP 処理系起動に失敗した場合の処理の修正、コメントの修正、ドキュメントの修正、ext/opcache のリファクタリング、ext/date のタイムゾーン DB の更新、trait のメソッド追加処理の参照カウント操作周りの修正があった!

2018-10-30

nikic: Fix mb_strrpos() with encoding passed as 3rd param

dstogov: Removed dead code

dstogov: Execute zend_post_startup() with module_initialized flag set.

dstogov: Stop Apache if PHP wasn't started successful.

nikic: Use zend_string for mbstring last encoding cache

nikic: Remove redundant mbfl_string_init calls

nikic: Add missing null initialization

ylixir: fix bug #77079

petk: [ci skip] Update NEWS

dstogov: Reslove inherited op_array references once afrer all optimizations.

derickr: Updated to version 2018.7 (2018g)

dstogov: Call function_add_ref() in proper place

dstogov: Keep original value of "prototype"

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