LoginSignup
2
0

More than 3 years have passed since last update.

php-master-changes 2019-06-14

Posted at

今日は ldap の文字列変換処理の修正と __toString() の例外チェックの追加、gd の画像書き込み関数のパスエラー処理の修正、JIT の ZTS 版での誤ったレジスタ割当の修正、Azure Pipelines の設定修正、テストの修正、メモリリークの修正、数値リテラル区切り文字の RFC の実装、リクエストの途中で opcache を無効にした際の不具合の修正、コンパイラの警告潰し、add_index_zval() と add_next_index_zval() をインライン関数に修正、非推奨化された OpenSSL 1.1 API なしの際のビルドこけの修正、不要コードの削除があった!

2019-06-14

Côme Chilliet: Avoid converting zval when not needed

Côme Chilliet: Some more string conversion handling, fixing bug #77958

cmb69: Throw TypeError instead of warning in case of invalid path

dstogov: Fixed incorect register allocation in ZTS build

krakjoe: disable phpdbg on i386 builds [ci skip]

nikic: Fix skipif syntax errors

nikic: Fix some leaks in ldap

theodorejb: Implement numeric literal separators

dstogov: Attempt to fix edge conditions that may cause bug #78106

dstogov: More edge case fixes that may cause bug #78106

dstogov: Backport 91a6cdbff5ebd1ca4db1d6e8c42d3265ce80ace4

dstogov: Backport 96a12578c13b5c37195b10526fcdc669b795644d

nikic: Fix SNMP build warnings

krakjoe: fix mac tests on azure

krakjoe: enable JIT only in master for macosx

twose: Turn add_index_zval and add_next_index_zval into inline function

krakjoe: disable this test temporarily

neheb: Fix compilation without deprecated OpenSSL 1.1 APIs

Girgias: Remove useless param in php_snmp_error()

nikic: Make curl_multi_info_read.phpt more robust

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