この日は Windows 1903 で OneDrive へのフォルダへアクセスできなくなっていた問題の修正、エラーの例外化で不要になった RETURN_FALSE の削除、不要コードの削除、mysqlnd への CLIENT_CONNECT_ATTRS のサポート追加と _server_host の追加、C++ 形式のコメントを使っていた箇所の修正、arginfo の PHP スタブへの移行、Windows 版 7.4 での fstat() のバグ修正、ドキュメントの更新、opcache の func_info の修正、テストの修正があった!
2019-08-20
cmb69: Fix #78220: Can't access OneDrive folder
- https://github.com/php/php-src/commit/81f52158b42318f17f67468cccc4a8dc03bba942
- [7.2~]
- scandir() などで Windows 1903 だと OneDrive のフォルダへアクセスできなくなっていた問題の修正
nikic: Remove some unnecessary RETURN_FALSE uses
- https://github.com/php/php-src/commit/af5c637f9667c97c83759dcf8581479aa6636c44
- エラーの例外化で不要になった RETURN_FALSE の削除
Henrique Duarte: Add stubs for filter extension
- https://github.com/php/php-src/commit/a6e1094b6e0c59cd4180eb318b30a1365e90ed57
- ext/filter で、不要になった arginfo の削除
GuuBu: fix the problem for connect_attr, set db condition, and add a new attribute serverhost
- https://github.com/php/php-src/commit/cdf16c010a11fc1f91c8807556ccc15b374c0922
- [7.2~]
- ext/mysqlnd で、CLIENT_CONNECT_ATTRS に対応していなかったのを修正し、connection attributes に _server_host を追加
- PR:4340
cmb69: Don't use C++ style comments
- https://github.com/php/php-src/commit/963b40c9a8921c99320db83ca35968aa595f40b3
- [7.3~]
- ext/ldap で、C++ 形式のコメントを使っていた箇所の修正
simPod: Add Calendar ext PHP stubs
- https://github.com/php/php-src/commit/3b2329dae9f8e393717d363976afa64fa220aaa2
- ext/calendar で、arginfo を PHP スタブへ移行
simPod: Add Curl ext PHP stubs
- https://github.com/php/php-src/commit/4867864caee22f6e7333a295ad8ef5e709594c9c
- ext/curl で、arginfo を PHP スタブへ移行
cmb69: Fix #78386: fstat mode has unexpected value on PHP 7.4
- https://github.com/php/php-src/commit/c03114e55c7b9367fc9be895fe0df01cd1b62cab
- [7.4~]
- Windows 版で fstat() の mode が 7.3 以前と違っていた問題の修正
- ディレクトリでなくば通常ファイル、みたいな判定だった
derickr: Update NEWS for PHP 7.4.0beta4
- https://github.com/php/php-src/commit/b3561e932944b048e8b034d65b8b8ad8ab1de5a3
- NEWS で beta3 が beta4 になった?もよう
derickr: Update NEWS for 7.4.0RC1
- https://github.com/php/php-src/commit/cf678da52dd7e40a4d1f735a60431b1456ae4165
- NEWS へ 7.4 RC1 のエントリ追加
TysonAndre: Fix opcache type info for stream_bucket_make_writable()
- https://github.com/php/php-src/commit/50be2ecbd7ca9a9c857a838a09073b2a08b1a9a5
- ext/opcache で、stream_bucket_make_writeable() の返り値型情報へ MAY_BE_NULL を追加、MAY_BE_FALSE を削除
- PR:4567
remicollet: ensure proper settings for test
- https://github.com/php/php-src/commit/08aafbe93e3ded391446fd84bb5f4a4573ce5f54
- [7.3~]
- ext/pcre で、テストの ini 指定が欠けていたのを追加