今日は libffi の最低要求バージョン指定の追加、valgrind 検出の pkg-config への移行と with-valgrind と with-pcre-valgrind の統合、バンドルしている PCRE2 を 10.33 へ更新する修正があった!
2019-05-25
petk: Define minimum required libffi version
- https://github.com/php/php-src/commit/e7a1409fe1c13a7619c1834956d4c3607909c96b
- [7.4~]
- ext/ffi で、config.m4 に libffi の最低要求バージョンの指定を追加
hughmcmaster: Use PKG_CHECK_MODULES to detect valgrind, and share build config with pcre
- https://github.com/php/php-src/commit/ef34e00df34f88c852baac84ad1428d4360c6d06
- [7.4~]
- valgrind の検出を pkg-config へ移行し、with-valgrind と with-pcre-valgrind を統合
weltling: Upgrade bundled PCRE2 to 10.33
- https://github.com/php/php-src/commit/aa9433e9286801a6af6d4cee73d9a165a61e0e3b
- [7.4~]
- バンドルしている PCRE2 を 10.33 へ更新