process substitution). (Nikita)
. Fixed bug #52752 (Crash when lexing). (Nikita)
+- GD:
+ . Fixed bug #78314 (missing freetype support/functions with external gd)
+ (Remi)
+
- Libxml:
. Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
requests (cgi-fcgi)). (Nikita)
], [ $GD_SHARED_LIBADD ], [char foobar () {}])
else
+ PHP_GD_XPM
+ PHP_GD_FREETYPE2
+
extra_sources="gd_compat.c"
PKG_CHECK_MODULES([GDLIB], [gdlib >= 2.1.0])
PHP_EVAL_LIBLINE($GDLIB_LIBS, GD_SHARED_LIBADD)