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 c2062ca commit b5aca81Copy full SHA for b5aca81
ext/gd/config.w32
@@ -9,6 +9,7 @@ if (PHP_GD != "no") {
9
if (
10
CHECK_LIB("libjpeg_a.lib;libjpeg.lib", "gd", PHP_GD) &&
11
CHECK_LIB("freetype_a.lib;freetype.lib", "gd", PHP_GD) &&
12
+ CHECK_HEADER_ADD_INCLUDE("ft2build.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include" + ";" + PHP_PHP_BUILD + "\\include\\freetype") &&
13
CHECK_LIB("libpng_a.lib;libpng.lib", "gd", PHP_GD) &&
14
CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
15
(CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng15") ||
0 commit comments