LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-02-21

Posted at

今日は run-tests.php での POST データ用ファイル名の修正、conflict key への all の追加と CONFLICTS ファイルにコメントを書けるようにする修正、AppVeyor でのテスト並列実行有効化、Preloading でのバグ修正、typo の修正、使われていない m4 マクロの削除、zend_get_call_op が一部コンパイラフラグを無視する問題の修正、シリアライズ時、シリアライズに失敗したオブジェクトへの参照が "N;" になるようにする修正、一部テストの並列実行対応があった!

2019-02-21

nikic: Don't use uniqid for temporary POST data files

dstogov: Supress memory leak reports

divinity76: fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]

petk: Remove unused AM_SET_LIBTOOL_VARIABLE m4 macro

petk: Remove unused PHP_TARGET_RDYNAMIC m4 macro

petk: Remove unused PHP_SOLARIS_PIC_WEIRDNESS m4 macro

petk: Remove unused PHP_SYS_LFS m4 macro

petk: [ci skip] Update changelog

dstogov: Reinstall pcntl tick handler on each request (it cleared after the first request).

nikic: Print more precise warning for unresolved constants

nikic: Fixed bug #77643

nikic: Add special "all" conflict

nikic: Enable parallel tests on AppVeyor

krakjoe: zend_get_call_op ignoring compiler flags zend_get_call_op will ignore ZEND_COMPILE_IGNORE_USER_FUNCTIONS and ZEND_COMPILE_IGNORE_USER_FUNCTIONS, breaking the intention of these flags

nikic: Fix issue mentioned in #77302

  • https://github.com/php/php-src/commit/af324e24df85022314787f6dcf2ac811f58b88f3
  • [7.3~]
  • シリアライズ時、シリアライズに失敗したオブジェクトへの参照が "N;" になるよう修正
  • Serializable::serialize() が null を返すと "N;" になり、シリアライズ文字列中の後方参照で非オブジェクトを指すことはできないので、ということらしい

nikic: Don't parallelize dba tests

nikic: Make zip oo_addglob test more robust

nikic: Fixed bug #77597

nikic: Make (v)fprintf tests more robust

nikic: Remove use of file resources from string function tests

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