LoginSignup
1
0

More than 3 years have passed since last update.

php-master-changes 2019-06-25

Posted at

この日は preloading のバグ修正、メモリリークの修正、run-tests.php で、非 valgrind 時に USE_ZEND_ALLOC=1 を強制しないようにする修正、分かり辛い goto 利用箇所の修正、継承時の処理のリファクタリング、ドキュメントの更新、opcache で統計情報出力時に誤って符号付きにしていた箇所の修正、phpdbg の off-by-1 の修正、FFI のビットフィールドの操作処理の修正があった!

2019-06-25

dstogov: Fixed bug 78175 (Preloading must store default values of static variables and properties)

nikic: Fix region leak in mb_ereg_replace

nikic: Don't force USE_ZEND_ALLOC=0 in run-tests.php

nikic: Fix EVP_PKEY leak in phar

nikic: Avoid confusing gotos in phar_split_cache_list

dstogov: Keep lowercased parent class name as second argument of DECLARE_CLASS to avoid extra work at run-time

derickr: Update NEWS for PHP 7.4.0alpha2

derickr: Update NEWS for 7.4.0alpha3

dstogov: Prevent useless hash lookups

cmb69: Fix #78202: Opcache stats for cache hits are capped at 32bit NUM

dstogov: Reduce overhead of delayed early binding

dstogov: Set ZEND_ACC_LINKED flag after early binding (for consistency)

nikic: run-tests: Don't die unnecessarily

nikic: Fix stream leak in phar cache_list

nikic: Fix TimeZone leak in intl MessageFormat

nikic: Fix UConverter leak

nikic: Fix SSL_CTX leak in ftp extension

nikic: Fix leak on sqlite3 open error

nikic: Fix CURLINFO_COOKIELIST leak

nikic: Fix out of bounds write in phpdbg

nikic: FFI: Perform bitfield operations byte-wise

dstogov: Cleanup

dstogov: Fixed variance check for abstract constructor during erlay binding

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