LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-02-28

Posted at

今日は配列の文字列変換の処理タイミングの修正、不要な m4 マクロの削除、不要コードの削除、extract() でクラッシュする場合がある問題の修正、あるHTTP アクセスするテストケースのスキップ可能化、AppVeyor で opcache 有効時の並列テスト無効化、imagecreatefromstring() の引数処理の ZPP 対応、OpenSSL 1.1.1b での挙動修正対応、mysqli の embedded サーバサポートコードの削除、DateInterval::createFromDateString() がエラーを吐かずに失敗する問題の修正、_DO_THROW() マクロ内で return するのをやめる修正があった!

2019-02-28

bwoebi: Delay array to string conversion notice until runtime

petk: Remove deprecated PHP_EXTENSION m4 macro

petk: Remove unused PHP_AC_BROKEN_SNPRINTF m4 macro

petk: Remove ZEND_FP_EXCEPT macro and HAVE_FP_EXCEPT

petk: Remove not needed PHP_PDO_PEAR_CHECK m4 macro

petk: Remove unused package2.xml file

bwoebi: Fix test (order of warning / notice changes due to delaying until runtime)

nikic: Fixed bug #77669

nikic: Mark ext/xmlreader/tests/bug70309.phpt as online test

nikic: Disable test parallelization on AppVeyor with opcache

nikic: Use zpp string argument in imagecreatefromstring()

weltling: Sync with behavior change in OpenSSL 1.1.1b

nikic: Remove mysqli embedded server support

cmb69: Remove dead code

weltling: Sync with 7be0e06b482e5bf14eaf4fe9a882d8b72d644038

derickr: Fixed bug #50020 (DateInterval:createDateFromString() silently fails)

nikic: Remove more leftovers of mysqli embedded server

nikic: Don't return inside _DO_THROW macro

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