LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-02-14

Posted at

今日は timelib.m4 の削除、PHP Testfest 2017 で追加されたテストの取り込み、PDO::setFetchMode() の arginfo 修正、ドキュメントの更新、SIMD 利用での最適化箇所の取り扱いの修正、
setcookie() が誤った SameSite ヘッダーを設定する問題の修正、コンストラクタの可視性を継承先で public から private へ変えるようなコードがエラーになっていた問題の修正、get_class_methods() と reflection でのコンストラクタチェック処理の修正、存在しないプロパティへのアクセスで勝手に stdClass のオブジェクトが作られる際の警告出力の修正、typo 修正、Global register variables 無しの環境でのビルドの修正があった!

2019-02-14

petk: Refactor timelib.m4

kea: http_build_query add type cases

carusogabriel: Missing param in arginfo_pdostatement_setfetchmode

carusogabriel: Add UPGRADING entry for ad75511c8e

nikic: Work around compiler flag dependent ABI

nikic: Fixed bug #77612

dstogov: Fixed bug #77613 (method visibility change) (reverted ZEND_ACC_CTOR and ZEND_ACC_DTOR flags removal)

nikic: Remove bogus ctor checks in get_class_methods() + reflection

nikic: Make ABI of SIMD optimized functions independent of compiler flags

nikic: Use #ifdef instead of #if

bp1222: Fixed bug #75921

  • https://github.com/php/php-src/commit/e63febb1c772e15c1da891f00e3a343090e43c67
  • [7.4~]
  • 存在しないプロパティへのアクセスで勝手に stdClass のオブジェクトが作られる際、配列の添字指定と組み合わせた式では "Creating default object from empty value" の警告が出ない問題の修正
  • 修正の副作用として、これまで 1 つしか警告出なかった箇所で 2 つ出るようになってるケースがある

nikic: Fix typo in XML test

nikic: Fix build without global regs

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