LoginSignup
1
0

More than 3 years have passed since last update.

php-master-changes 2019-08-27

Posted at

この日は strpos() / strstr() 系の needle へ空文字列を渡せるようにする修正、chunk_split() の実装修正、arginfo の PHP スタブへの移行、循環参照 GC の実装修正、fpm でログの出し分けが正常に行われていなかった問題の修正、テストの修正、get_class() を VM 側で処理する際のエラー処理修正、AppVeyor の設定修正、不要コードの削除、デフォルトの php.ini へ ffi の読み込み例示を追加する修正があった!

2019-08-27

Girgias: Improve strpos and strstr function family implementation

Girgias: Remove memory exhaustion checks in php_chunk_split()

duncan3dc: Convert exif functions arginfo to php stubs

nikic: Remove properties HT from nested GC data

duncan3dc: Convert fileinfo functions arginfo to php stubs

sadapon2008: Fix bug #78334 (fpm log prefix message includes wrong stdout/stderr notation)

nikic: Fix chunk_split test on i386 release

nikic: Add skipifs for zmm

nikic: Throw TypeError from VM implementation of get_class()

cmb69: Update SDK version for AppVeyor

weltling: Fix signature and calls

Gemorroj: add ffi to php.ini extension [ci skip]

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