LoginSignup
2
0

More than 3 years have passed since last update.

php-master-changes 2019-07-01

Last updated at Posted at 2019-07-02

今日はビルドシステムのリファクタリング、テストの修正、ドキュメントの更新、PCRE2 のバージョンチェックでビルドに失敗する問題の修正、msan 対応の修正、JIT で mod / shift のエラー時に opline の result へ IS_UNDEF を詰めるようにする修正、不使用変数警告の修正、条件コンパイルのインデント修正、関数呼び出しまわりの局所最適化、変数初期化処理の追加、HugePage サポートでの FreeBSD 用の処理修正があった!

2019-07-01

petk: Remove HAVE_DEV_ARANDOM

petk: Remove HAVE_LIMITS_H check

petk: Fix missing file and remove SKIP section

petk: Fix phar tests with hash extension

petk: Remove unused build specific symbols

petk: Sync functions checks

petk: Update changelogs [ci skip]

petk: Fix bug #78197: PCRE2 version check

petk: Update NEWS [ci skip]

nikic: Disable RTLD_DEEPBIND under memory sanitizer

nikic: Add some tolerance to time_sleep_until() test

nikic: Fix out of bounds read in jit_fetch_obj_read

nikic: Undef opline result on mod/shift error in jit

nikic: Msan: Unpoison getrandom() syscall result

nikic: Don't use fast_memcpy under msan

nikic: Msan: Unpoison buffer written by file cache

nikic: Fix unused variable warnings when mbregex disabled

nikic: Run file_put_contents_variantion8 in separate directory

nikic: Clarify #if indentation in time limit implemementation

petk: Remove unused check for struct cmsghdr

petk: Remove not needed checks for functions

petk: Remove TSRM_BASIC_CHECKS

dstogov: Fixed GOTO VM

dstogov: Micro-optimization

nikic: Initialize last_line in phpdbg globals

cmb69: Fix brittle test

devnexen: opcache huge pages: Little fix for FreeBSD

2
0
1

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