We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f70f0 commit ef3140eCopy full SHA for ef3140e
NEWS
@@ -2,7 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 2017 PHP 7.0.19
4
5
-
+- GD:
6
+ . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
7
+ (krakjoe)
8
9
13 Apr 2017 PHP 7.0.18
10
ext/gd/config.m4
@@ -325,7 +325,7 @@ dnl Various checks for GD features
325
PHP_GD_FREETYPE2
326
327
dnl Header path
328
- for i in include/gd include gd ""; do
+ for i in include/gd include/gd2 include gd ""; do
329
test -f "$PHP_GD/$i/gd.h" && GD_INCLUDE="$PHP_GD/$i"
330
done
331
0 commit comments