今日はテスト用ファイルの改行コードの変更、ドキュメントの統廃合、不要コードの削除、net_get_interfaces() への 'up' の追加、テストで小文字の pdo が使われていた箇所の大文字への変更、fpm で SIGUSR2 が正常動作していなかった問題の修正、一部ライブラリ検出の pkg-config への移行があった!
2019-05-12
petk: Convert CRLF to LF in *.wsdl files
- https://github.com/php/php-src/commit/b15bfb9129eb7941b3643209243caba891e4d25d
- [7.2~]
- ext/sopa で、テストの *.wsdl の改行コードを LF に変更
petk: Integrate libmbfl docs to README.md and LICENSE
- https://github.com/php/php-src/commit/ab257ed3201b8be0680b21cd9e3fc2c3e0c96ea2
- [7.4~]
- ext/mbstring で、libmbfl のドキュメントの統廃合
petk: Simplify ext/mbstring/libmbfl/config.h creation
- https://github.com/php/php-src/commit/3a4df957937575eb4c8d0ae30f0126c4ed30055c
- [7.4~]
- ext/mbstring で、ext/mbstring/libmbfl/config.h の生成を単純化
petk: Remove redundant memory.h file
- https://github.com/php/php-src/commit/9219e56063433c752397b09407c809e04ff2cc7c
- 不要な memory.h の include を削除
petk: Remove unused symbol definition
- https://github.com/php/php-src/commit/f7cdac6c97f4b2678a693666dc143992b6c126bc
- [7.4~]
- ext/mbstring で、不要な
#define HAVE_MEMORY_H 1
の削除
petk: Remove dead DEBUG_CFLAGS setting
- https://github.com/php/php-src/commit/836bbb4e2cb1b77bb109e140753399356ed7c159
- [7.4~]
- Zend/zend.m4 で、不要な DEBUG_CFLAGS の設定の削除
devnexen: list interfaces/adding just "binary" state status.
- https://github.com/php/php-src/commit/1f3f54f58625d9a72671f6293ae6f0cb758161a1
- [7.4~]
- 7.3 で追加された net_get_interfaces() で、'up' というキーの真偽値でネットワークインターフェースの up か down かとれるよう修正
- なおパッと見マニュアル見つからなかったけどこんなんが出るやつ、unicast と並んで up が付く
peter279k: Using PDO instead because of consistency
- https://github.com/php/php-src/commit/d0ac3a6a86ed6ef989303047117f00f470c593c6
- [7.4~]
- ext/pdo_sqlite で、テストに小文字の pdo でなく PDO を使うよう修正
bukka: Fix bug #77934 (php-fpm kill -USR2 not working)
- https://github.com/php/php-src/commit/cc5c51e7f0732067f105d13c6d355fcab5965c2f
- [7.2~]
- sapi/fpm で、USR2 シグナル(graceful reload)投げても効かず process_control_timeout の間待たされる問題の修正
hughmcmaster: Use PKG_CHECK_MODULES to detect the systemd library
- https://github.com/php/php-src/commit/755f6f6ede96d123ff660d4fe560a39b4f82a292
- [7.4~]
- sapi/fpm で、systemd ライブラリの検出を pkg-config へ移行
hughmcmaster: Use PKG_CHECK_MODULES to detect the iODBC library
- https://github.com/php/php-src/commit/3ece7df9cf82d77ba96d6cfeee0404abf953b656
- [7.4~]
- ext/odbc で、iODBC ライブラリの検出を pkg-config へ移行
CViniciusSDias: Remove duplicate variables
- https://github.com/php/php-src/commit/188ece856d9300ef68adb73604b5de848b1276bb
- [7.4~]
- ext/date のテストで、不要変数の削除
petk: Remove unused variable
- https://github.com/php/php-src/commit/f1552c864f8b89d59be3a51929bd3411e8947c54
- [7.4~]
- ext/odbc で、不要変数の削除