1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

php-master-changes 2019-06-06

Posted at

この日はテストの修正、run-tests.php の修正、__toString() からの例外送出時の処理の最適化、ドキュメントの更新、get_object_vars() で false を返す可能性があったのを空配列を返すようにする修正、eval から sodium_*() を呼ぶと SEGV が起きていた問題の修正、php_zip_pcre() の処理の修正、不要コードの削減、 Windows でのビルド修正、ファイルを探すコードが 7.3.6 と比べて 7.4-dev で 100 倍遅くなっていた問題の修正があった!

2019-06-06

krakjoe: this test is flaky on azure, and can't see why from current output

krakjoe: junit testcase classname is used as filename on azure

krakjoe: Revert "this test is flaky on azure, and can't see why from current output"

krakjoe: fix test

dstogov: Fixed reference-counting

dstogov: Cheaper checks for exceptions thrown from __toString()

sgolemon: Update release-process.md

nikic: Remove possible false return value from get_object_vars()

cmb69: Fix #78114: segfault when calling sodium_* functions from eval

nikic: Fix accidentially dropped type

nikic: php_zip_pcre: Match pattern before stating for directories

  • https://github.com/php/php-src/commit/3372f2cf2cd90e899c3b412ec38f2eebc7e106b3
  • [7.4~]
  • ext/zip で、php_zip_pcre() の処理を修正
  • stat() かます前に正規表現の照合処理を入れるよう処理の順序を変えた
  • stat() より正規表現の方が安いだろというのと、処理と同時にディレクトリ内容が変わるようなケースを考慮して、ということらしい

dstogov: Reduce over-specialization for quite seldom instructions

dstogov: Support for exceptions thrown during "Array to string conversion" error processing

dstogov: Use ZEND_ASSUME() to perform the following check only on "slow" path.

nikic: Try to fix Windows build

cmb69: Fix test regarding Unix Domain Sockets on Windows

cmb69: Fix bug #78094: File Search Problem Excessive Time

cmb69: Use zero port in socket_(export|import)_stream-4-win.phpt

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?