LoginSignup
1
0

More than 5 years have passed since last update.

php-master-changes 2019-02-22

Posted at

今日は sodium の文字列終端処理の修正、typo の修正、使われていない m4 マクロの削除、誤ったメモリリークレポートの修正方法の修正、テストの並列実行対応、com_dotnet での無駄な文字列アロケーションを回避する修正、無名クラスのインスタンスから実装しているインターフェースの情報が取れなくなる場合がある問題の修正、windows 版 popen() の引数チェック方法の修正、誤って BOM の含まれていたファイルの修正、opcache の実装修正数点があった!

2019-02-22

jedisct1: Fix bug #77646

villfa: Fix typo in error message

petk: Remove unused PDO_MYSQL_LIB_CHK m4 macro

krakjoe: Revert "zend_get_call_op ignoring compiler flags zend_get_call_op will ignore ZEND_COMPILE_IGNORE_USER_FUNCTIONS and ZEND_COMPILE_IGNORE_USER_FUNCTIONS, breaking the intention of these flags"

krakjoe: While the compiler does not have the FBC set for zend_get_call_op, optimizer does, and so incorrectly results in ignoring these flags.

dstogov: Use different method to suppress "false" memory leak reports

cmb69: Properly clean up test case

nikic: Fixed bug #77652

cmb69: Avoid potentially superfluous string reallocation

nikic: Stricter validation for popen mode argument on Windows

nikic: Use separate files in phar tests

cmb69: Fix #77648: BOM in sapi/apache2handler/php_functions.c

nikic: Fix more file name collisions in phar tests

nikic: Fix directory collisions in zlib tests

nikic: Fix get_unresolved_initializer for static props

nikic: Fix inference warning about missing key type

nikic: Fix removal of unreachable code in SCCP

nikic: Remove result def during jmp_set optimization

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