1
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-07-12

Posted at

今日はマクロ ZEND_DEP_ME() の追加、テストの修正、二項演算命令 / 比較演算命令の最適化、ZEND_VM_KIND_HYBRID で goto でヘルパを呼べるようにする修正、VM の浮動小数点数演算に共通コードを使うようにする修正、bless_tests.php の改善、不要コードの削除、ext/recode の削除、libxml_disable_entity_loader() の設定が cgi-fcgi だとリクエスト間で共有されてしまう問題の修正、soap で SEGV が起きる問題の修正があった!

2019-07-12

nikic: Add ZEND_DEP_ME macro

nikic: Remove redundant 64-bit ezmlm_hash() test

dstogov: Separate "cold" parts of binary op instructions

dstogov: Separate "cold" parts of comparison instructions

dstogov: Allow GOTO style helpers in HYBRID VM

cmb69: Revert "Temporarily skip test"

dstogov: Use common code for double math

nikic: Improve bless_tests

nikic: Swap implode() argument order in some tests

nikic: Remove unnecessary uses of restore_include_path() in tests

nikic: Remove unnecessary uses of allow_url_include in tests

nikic: Remove unused tsrm_strtok_r() function

nikic: Remove duplicate XtOffsetOf() definitions in php.h

cmb69: Swap implode() argument order in the test helper

cmb69: Removed ext/recode

cmb69: Update NEWS and UPGRADING wrt. ext/recode unbundling

nikic: Fixed bug #78279

nikic: Use TRY_ADDREF/TRY_DELREF in soap

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?