LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-04-15

Posted at

今日はテストの修正、opcache の最適化に使う用関数情報からPHP 7 で削除された関数の関数情報を削除する修正、ぬるぽの修正、オブジェクトを Reflection 経由で生成するとコンストラクタで例外を投げた際にデストラクタが呼ばれる問題の修正、Zend.m4 で、-Wno-strict-aliasing を gcc のコンパイルオプションに追加する修正、コンパイラの警告潰し、関数内の引数受取命令で不要な判定処理を減らす修正、ArrayObject のソート時の参照破棄処理の修正、saproxy_property_write() のシグネチャの修正、sockaddr 構造体をゼロフィルで初期化するようにする修正、strict_types=1 だと IntlDateFormatter::create() に失敗する問題の修正、zend_gdb.c の修正、curl_version() のテストを追加する修正があった!

2019-04-15

nikic: Fix incorrect compare_stats operator

royopa: Remove functions from func_info that were removed in PHP 7

Côme Chilliet: Fix a NULL dereferencing crash in php-ldap

Côme Chilliet: Updated NEWS

nikic: Fixed bug #77882

nikic: Disable strict aliasing warnings

nikic: Fix uninitialized cert_captured

nikic: Avoid maybe uninit warning in libmagic

nikic: Fix last maybe uninit warnings on 7.4

nikic: Try to fix stat_variation3-win32.phpt

nikic: Suppress some maybe uninit warnings in jit

dstogov: Removed tests that always (or almost always) true

nikic: Correctly destroy reference in ArrayObject sort

nikic: Fix saproxy_property_write signature

nikic: Zero sockaddr struct

nikic: Fixed bug #77895

dcarlier-afilias: Both readlink args should not point to the same buffer

royopa: Add test for curl_version()

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