File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ PHP 7.4 UPGRADE NOTES
130
130
131
131
- GD:
132
132
. Freetype detection now relies on pkg-config. The --with-freetype-dir option
133
- has been renamed to --enable -freetype and no longer accepts a directory.
133
+ has been renamed to --with -freetype and no longer accepts a directory.
134
134
Instead pkg-config environment variables can be used to configure custom paths,
135
135
see either ./configure --help or follow the instructions in error messages.
136
136
. The behavior of imagecropauto() in the bundled libgd has been synced with
Original file line number Diff line number Diff line change 30
30
PHP_ARG_WITH(xpm-dir, for the location of libXpm,
31
31
[ --with-xpm-dir[ =DIR] GD: Set the path to libXpm install prefix] , no, no)
32
32
33
- PHP_ARG_ENABLE (freetype, for FreeType 2,
34
- [ --enable -freetype GD: Enable FreeType 2 support] , no, no)
33
+ PHP_ARG_WITH (freetype, for FreeType 2,
34
+ [ --with -freetype GD: Enable FreeType 2 support] , no, no)
35
35
36
36
PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
37
37
[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support] , no, no)
Original file line number Diff line number Diff line change 70
70
--with-pspell=/usr \
71
71
--with-enchant=/usr \
72
72
--enable-wddx \
73
- --enable -freetype \
73
+ --with -freetype \
74
74
--with-xpm-dir=/usr \
75
75
--with-kerberos \
76
76
--enable-sysvmsg \
You can’t perform that action at this time.
0 commit comments