2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

php-master-changes 2019-06-29

Posted at

この日はビルトインサーバが fork のある環境ではワーカプロセスを作れるようにする修正、メモリサニタイザ有効時は ifunc resolver を無効化する修正、cli で strcmp() が適切なのに memcmp() してた箇所を修正、Azure Pipelines の設定修正、不要な条件コンパイルの削除、php-config で ini に関する情報もとるようにする修正、finfo_file() が .tga の mime-type を誤っていた問題の修正、COM のコンストラクタのメモリリーク修正があった!

2019-06-29

nikic: Disable ifunc resolvers if memory sanitizer is used

nikic: Use strcmp() in phpdbg_eol_global_update

nikic: Increase timeout of asan job on master

petk: Remove HAVE_ERRNO_H from libgd

petk: Update changelogs [ci skip]

petk: Clean up files after the tests are run

krakjoe: add ini config details to php-config

krakjoe: implement support for workers in cli-server on platforms supporting fork

jdoubleu: Fix #78183: finfo_file shows wrong mime-type for .tga file

jdoubleu: Add tests from fix #78183 from PHP-7.2

weltling: Fix typo

cmb69: Fix memory leak in COM ctor

weltling: Fix magic data

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?