LoginSignup
2
0

More than 3 years have passed since last update.

php-master-changes 2019-07-22

Posted at

この日は システムの libgd 利用時の gd 拡張のビルド修正、fpm が SEGV で死ぬ問題の修正、reflection でクラス変数アクセスコードにクラススコープを適用するようにする修正、zend_update_class_constants() の実装への静的メンバーテーブルの初期化処理の追加、CI でこけるテストの修正、7.4 での大量の諸々の非推奨化、不要コードの削除、ドキュメントの更新、ReflectionReference において rc=1 の自己参照配列を特別扱いするようにする修正があった!

2019-07-22

remicollet: improve temporary fix for system libgd

plmnikulin: Prevent use after free in fpm_event_epoll_wait

dstogov: Evaluate constant in class scope

dstogov: Initialize static_members_table

nikic: Reduce number of workers in test

nikic: Deprecate get_magic_quotes_gpc() and get_magic_quotes_runtime()

nikic: Deprecate array_key_exists() on objects

nikic: Deprecate Reflection export() methods

nikic: Deprecate encoding as 3rd param to mb_strrpos()

nikic: Deprecate ezmlm_hash()

nikic: Deprecate hebrevc()

nikic: Deprecate money_format()

nikic: Deprecate is_real() function

nikic: Deprecate FILTER_SANITIZE_MAGIC_QUOTES

nikic: Deprecate implode() with swapped parameter order

nikic: Deprecate (real) cast

nikic: Deprecate convert_cyr_string()

nikic: Deprecate restore_include_path()

nikic: Deprecate allow_url_include

nikic: Deprecate unbinding $this from non-static closure

nikic: Add deprecations to UPGRADING

cmb69: Drop superfluous ENABLE_GD_TTF

nikic: Remove test for bug #77185

cmb69: Remove superfluous HAVE_GD_BUNDLED checks

petk: Remove HAVE_DSA_DEFAULT_METHOD

petk: Fix internals upgrading log

petk: Remove HAVE_PQPUTCOPYEND

remicollet: cleanup gd build with system libgd - drop need to use libpng with system libgd - drop need to use libjpeg with system libgd - drop need to use libXpm with system libgd - drop need to use libfreetype with system libgd - improve configure comments

nikic: Revert "Add ReflectionReference::getRefcount()"

nikic: Special-case rc=1 self-referential arrays in ReflectionReference

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