We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e43de commit efffdb4Copy full SHA for efffdb4
ext/gd/config.w32
@@ -47,7 +47,7 @@ if (PHP_GD != "no") {
47
gdft.c gd_gd2.c gd_gd.c gd_gif_in.c gd_gif_out.c gdhelpers.c gd_io.c gd_io_dp.c \
48
gd_io_file.c gd_io_ss.c gd_jpeg.c gdkanji.c gd_png.c gd_ss.c \
49
gdtables.c gd_topal.c gd_wbmp.c gdxpm.c wbmp.c xbm.c gd_security.c gd_transform.c \
50
- gd_filter.c gd_pixelate.c gd_arc.c gd_rotate.c gd_color.c webpimg.c gd_webp.c gd_transform.c", "gd");
+ gd_filter.c gd_pixelate.c gd_arc.c gd_rotate.c gd_color.c webpimg.c gd_webp.c", "gd");
51
AC_DEFINE('HAVE_LIBGD', 1, 'GD support');
52
ADD_FLAG("CFLAGS_GD", " \
53
/D HAVE_GD_DYNAMIC_CTX_EX=1 \
0 commit comments