今日はコンパイラの若干のリファクタリング、ext/oci8 のバグ修正、バージョン更新、ドキュメントの更新、デフォルトの php.ini へ imap.enable_insecure_rsh の情報を追加する修正があった!
2018-12-08
dstogov: Improve zend_check_live_ranges()
- https://github.com/php/php-src/commit/99658f682e996fb893a372e229d24b280f349c53
- zend_check_live_ranges() のリファクタリング
- #62210 の対応で入った一時変数の生存期間チェック処理あたりかな
dstogov: Reorder conditions
KoenigsKind: When releasing an oci8 connection always set the resource to null.
- https://github.com/php/php-src/commit/3c91851874f64061f5054f710cf145a53f55757f
- [7.2~]
- ext/oci8 で、persistent 接続の解放が正常に行われるよう修正
- PR:3491 のやつ
cjbj: Update NEWS
- https://github.com/php/php-src/commit/78c299ae2d770f9f02de3cc520799437297c1fd6
- [7.2~]
- ↑の修正を NEWS に追記
cjbj: Bump OCI8 version
cjbj: Fix resource warning value
- https://github.com/php/php-src/commit/dd0a8091f469e66321c2ddd9176ccac09a88b203
- [7.2~]
- ext/oci8 の警告メッセージの出力に使う値を修正
remicollet: missing entry for #77020
- https://github.com/php/php-src/commit/431ff36f51e2117cc2b7697fd5a7dc72629e1694
- [7.1~]
- NEWS に #77020 の修正のエントリを追加
cjbj: Don't skip with 18c DB
- https://github.com/php/php-src/commit/9a0ec35fa3db78e7a5575978984842bcad8de0d1
- ext/oci8 で、テストのスキップ条件 / 期待出力のバージョンを修正
cjbj: Note that PECL install now works on PHP 7.3
- https://github.com/php/php-src/commit/43adf3dc5e139f235d6694d4ea34f12d84857f4b
- [7.2~]
- ext/oci8 のパッケージ情報で、PHP 7.3 での PECL インストールの修正を付記
remicollet: add imap.enable_insecure_rsh in php.ini
- https://github.com/php/php-src/commit/4288674651e18360e8e3988c528e9a8c66666ff0
- [7.1~]
- デフォルトの php.ini に imap.enable_insecure_rsh の情報を追加