LoginSignup
1
0

More than 5 years have passed since last update.

php-master-changes 2019-02-15

Posted at

今日は MultipleIterator::__construct の arginfo 修正、pgsql の古くなった README の削除、テストの修正、PHP Testfest 2017 で追加されたテストの取り込み、com_dotnet の typelib 経由での定数定義の扱い修正、Typed Properties と Preloading の実装のつじつま合わせ、一部エラーメッセージの修正、エンジンのコードサイズ削減のリファクタリングがあった!

2019-02-15

villfa: Fixed bug #77619

villfa: Remove outdated pgsql README

rjhdby: use local resources instead remote

mcq8: Added basic stream_filter_register test

royopa: Small change in the test to pass

xrmx: Add basic test for posix getgrnam

royopa: Create posix_getpwnam_basic_01.phpt

royopa: Add test to function posix_getlogin()

BlackIkeEagle: gd imageloadfont test while reading header

cmb69: Fix #77621: Already defined constants are not properly reported

nikic: properties_info_table may be in arena or shm

nikic: Assign (un)serialize_func during compilation

nikic: Add a --preload testing mode to run-tests.php

nikic: Add preloading support for typed properties

nikic: Suppress zend_throw_error during preload constant resolution

cmb69: Deprecate case-insensitive constants via typelib import

nikic: Avoid uninitialized entries in properties_info_table

  • https://github.com/php/php-src/commit/e6e9bea25798068ff3c9135515e5d000fe70a43b
  • [7.4~]
  • properties_info_table の未初期化要素を回避し、また xlat へ突っ込むのをやめた
  • zend_shared_memdup_put() とか put() が付いてるのは xlat へついでに突っ込む操作だけど、properties_info_table の扱いもうちょっと見ないとよく分かんないなこれ

dstogov: Reduce slow code size

rjhdby: Unify clone method error message

dstogov: Avoid useless code duplication, because of unused specialization

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