LoginSignup
2
0

More than 3 years have passed since last update.

php-master-changes 2019-05-23

Posted at

今日は run-tests.php で memcheck 以外の valgrind の tool 指定ができるようにする修正、opcache のバグ /race 修正と最適化処理の修正、リンクの済んでないクラスを利用しようとして SEGV が出るケースがあった問題の修正、socket_select() が参照を含むリソースの配列を渡した際に正常動作しない問題の修正、テストの並列実行対応の改善、php-fpm からの利用の際ランダムに SEGV が出る問題の修正があった!

2019-05-23

krakjoe: add support for valgrind tools to run-tests.php

dstogov: Fixed dump of constant flags

dstogov: Fixed race condition in opcache restart

nikic: Don't require NO_ESCAPE for partial arrays in SCCP

dstogov: Fixed double mutex unlock

nikic: Forbid use of not fully linked classes

krakjoe: run-tests improvements:

nikic: Fixed bug #78038 socket_select with references

cmb69: Prevent potential test conflict

krakjoe: fix notice in run-tests

cmb69: Prevent further potential test conflicts

nikic: Fix bug #77955

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