LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-01-03

Last updated at Posted at 2019-01-04

今日は PDO のコンストラクタに参照を持つオプション配列を渡すと正常動作しない問題の修正、CPUID 利用方法の誤りによる AVX2 誤検知の修正があった!

2019-01-03

nikic: Fixed bug #77273

  • https://github.com/php/php-src/commit/cb009b12a54c3dbb0e10b79c6ca77db8736d55b9
  • [7.2~]
  • ext/pdo で、参照の入る配列を PDO のコンストラクタに渡してインスタンスを生成する際に失敗する問題の修正
  • zend_hash_index_find_deref() は zend_hash_index_find() の見つけてきた要素が参照だった場合のデリファレンスを伴う版
  • しかしこういう系、参照かどうかの判定がふつうに UNEXPECTED の分岐予測ヒント付くのになんかふく(普通に考えてそりゃそうだ、というやつではあるが)

nikic: Possible fix for bug #77357

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