今日はビルドシステムの鬼車関連の修正、typo の修正、不要コードの削除、--with-external-gd 時に freetype サポートが有効にならない問題の修正があった!
2019-07-20
cmb69: Move Oniguruma related config stuff to where it belongs
- https://github.com/php/php-src/commit/504cd03fc33844eaadc3de1117c220ad7612b784
- [7.4~]
- ビルドシステムで、鬼車関連の記述を ext/mbstring 内へまとめバンドル版を想定した記述の削除
cmb69: Put oniguruma include path to proper CFLAGS
- https://github.com/php/php-src/commit/737c1b492c620dcf11c660ed350d9e9770c21183
- [7.4~]
- ext/mbstring で、oniguruma.h のインクルードパスを CFLAGS_STANDARD から CFLAGS_MBSTRING へ移動
petk: Fix typos in FFI
- https://github.com/php/php-src/commit/81fd1c52069522908262ea03833f85b0b81a34a5
- [7.4~]
- ext/ffi で、HAVE_FFI_MS_CDECL が HAVE_FFI_MS_CDELC になっていたのを修正
petk: Remove unused sqlite symbols
- https://github.com/php/php-src/commit/6de97402b5765b70264e69460caef93b00e562ef
- [7.4~]
- ビルドシステムで、sqlite の使われていない define の削除
remicollet: Fixed bug #78314 (missing freetype support/functions with external gd)
- https://github.com/php/php-src/commit/a85e4d53367c9a4ccca09903dce3c7e30dcc04c7
- [7.4~]
- ext/gd で、--with-external-gd 時に freetype サポートが有効にならない問題の修正