1
0

More than 5 years have passed since last update.

php-master-changes 2019-05-31

Posted at

今日は is_* の arg_info の修正、GCC の最適化制限適用箇所の調整、DatePeriod とその子クラスが書き込み可能なプロパティを持てるようにする修正、エンジンの局所最適化とコールドパス/ホットパスの扱いの調整、コンパイラの警告潰し、不要コードの削除、テストの修正、zpp を使わず手動で引数チェックしてる箇所について引数エラー時 TypeError を投げるようにする修正、テスト並列実行時の TEST_PHP_JUNIT サポート追加、テスト並列実行時の NO_INTERACTION の扱い修正、ICU 64.0 対応の修正があった!

2019-05-31

carusogabriel: Add boolean return type for is_* functions

dstogov: Disable "bad" optimisations only for emulation loop

duncan3dc: Ensure the internal properties cannot be overwritten

duncan3dc: Add a test for bug #65672

duncan3dc: Update the DatePeriod read/write handlers

dstogov: Reduce register pressure by reloading values on CPUs with few general purpose registers

dstogov: Removed useless specialization. Specialized handlers called not specialized helpers.

dstogov: Don't specialize "cold" handlers

dstogov: Fixed compilation warning

nikic: Mark sapi_windows_set_ctrl_handler.phpt as XFAIL

nikic: Convert some warnings to TypeErrors in array functions

nikic: Add CONFLCITS file for fpm

nikic: Use TypeError instead of warning in implode()

nikic: Remove stream_socket_sendto.phpt

dstogov: Better hot/cold code splitting

nikic: A few more func info updates

nikic: run-tests: Remove redundant 'suites' key

nikic: Add junit support for parallel test runner

nikic: Fixed uninitialized var warning

nikic: Fix NO_INTERACTION handling in parallel test runner

nikic: Update tests for ICU 64

nikic: Remove confusing spkstr checks

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