LoginSignup
1
0

More than 3 years have passed since last update.

php-master-changes 2019-08-30

Posted at

この日は未初期化領域へアクセスする可能性があったコードの修正、一部警告を例外投げるエラーに昇格する修正、php をソースディレクトリ外からビルドする際の PEAR インストールの修正、ドキュメントの更新、テストの修正、Azure Pipelines の設定で、コミュニティプロジェクトのテストを実行するようにする修正、JIT のバグ修正と opcache.jit_bisect_limit の追加、非推奨化された関数の呼び出しを回避する修正、opcache の func_info の修正、不要コードの削除、Windows での fastcgi のバグ修正があった!

2019-08-30

nikic: Fix potentially uninitialized use in ldap

Girgias: Promote Directory handler warning to error

Girgias: Promote warnings to errors in assert_options()

petk: Fix #78460: PEAR installation failure

petk: Update NEWS

Girgias: Promote warnings to errors in dir stdlib extension

Girgias: Move and fix scandir related bug test

nikic: Add job for community projects

  • https://github.com/php/php-src/commit/a12ebc295cfcbcb48c4a8ad610a2b92321b4bb3b
  • [7.4~]
  • Azure Pipelines の設定で、コミュニティプロジェクト(Laravel / Symfony /Amphp)のテストをデバッグ設定強めの処理系で実行するよう設定追加
  • 処理系側のアサーションやクラッシュの有無を見たいだけなので、各プロジェクトのテスト結果自体は見ない()

Fabien Villepinte: Modernize some connectors in tests to remove env key duplication

nikic: Fix closure extra args freeing for JIT as well

nikic: Disable symfony build on master

nikic: Don't call Reflection::export() in --rf etc implementation

nikic: Avoid accessing undefined index in CLI server test

nikic: Fix func info for chop()

cmb69: Remove duplicate md5/sha1 implementation

nikic: Add jit_bisect_limit

nikic: JIT: Fix missing free on JMPZ_EX with op1 == res

nikic: Enable JIT on community_job

turchanov: Fixed bug #78469

nikic: Remove bogus vcwd_open

nikic: Fix file clashes in copy tests

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