LoginSignup
3
0

More than 5 years have passed since last update.

php-master-changes 2019-05-13

Posted at

今日は配列リテラルでの ... の要素展開の実装、テストの並列実行対策、typo の修正、m4 ファイルのコメントの整理、ドキュメントの統廃合とマークダウンへの移行、改行コードの修正、curl_version()$version 引数の非推奨化、soap で stream コンテキストオプション content_type のサポートを追加する修正、内部用マクロ SAVE_CURL_ERROR() でセミコロンを要求するようにする修正、16 進リテラルのパースエラーメッセージが Windows で間違っていた問題の修正、AArch64 でのハッシュ関数最適化、strip_tags() の出力が 7.3 から変わっていた問題の修正、ffi で、関数呼び出し規約のサポート検知の修正があった!

2019-05-13

cmb69: Prevent race conditions

theodorejb: Fix typos in upgrade notes

petk: Normalize comments in *nix build system m4 files

petk: [ci skip] Migrate libxmlrpc README to Markdown

petk: [ci skip] Migrate tests READMEs to Markdown

petk: [ci skip] Migrate oci8 README to Markdown

petk: [ci skip] Migrate intl error conventions docs to Markdown

petk: [ci skip] Refactor libgd docs

petk: [ci skip] Remove outdated fastcgi info in favor of the manual

petk: Convert CRLF to LF

cmb69: Deprecate and ignore $version parameter of curl_version()

vjardinMisc: Support content_type stream context option in soap

gitsrc: Require semicolon after SAVE_CURL_ERROR()

theodorejb: Fix #77993: Wrong parse error for invalid hex literal on Windows

dstogov: Load 8 bytes at a time in hash_func. (Sebastian Pop)

dstogov: ARM64 may be big endian

cmb69: Fix #78003: strip_tags output change since PHP 7.3

dstogov: Check for supported libffi ABI

jhdxr: Implement spread operator in arrays

3
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
3
0