LoginSignup
4
0

More than 5 years have passed since last update.

php-master-changes 2019-01-14

Posted at

今日はコンパイラ警告の除去、Exception::__clone と Reflection::__clone の復活、FFI のマージ、mb_scrub() が null 文字以降を勝手に切り詰める問題の修正、opcache のテスト修正、RecursiveFilterIterator を 2 つ RecursiveDirectoryIterator に追加すると SEGV が出る問題の修正、ASAN と ifunc をあわせて使う際クラッシュする問題へのワークアラウンド、php.ini のコメント修正、mysqlnd のメモリリークの修正があった!

2019-01-14

KalleZ: Kill this new and insanely annoying warning

nikic: Change zend_try_array_init_size arg to uint32_t

nikic: Revert removal of private __clone() methods

dstogov: Added FFI extension

nikic: Fixed bug #77454

dstogov: Fixed 32/64-bit mismatch

dstogov: Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator)

nikic: Fixed bug #77447

wbob: document open_basedir and realpath cache coupling in php.ini

dstogov: Fixed bug #77308 (Unbuffered queries memory leak)

4
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
4
0