Quantcast
Channel: sj-iの記事 - Qiita
Viewing all articles
Browse latest Browse all 30

php-master-changes 2019-08-27

$
0
0

この日は 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]


Viewing all articles
Browse latest Browse all 30

Trending Articles