Perhaps not, but Freetype2 won't compile either on those platforms then and without this patch we don't build at all.
-Rasmus On Sat, 22 Nov 2003, Jani Taskinen wrote: > > Are you absolutely sure this will work within any platform? > For example, see this bug report: > > http://bugs.php.net/bug.php?id=25281 > > --Jani > > On Sat, 22 Nov 2003, Rasmus Lerdorf wrote: > > >rasmus Fri Nov 21 19:55:29 2003 EDT > > > > Modified files: (Branch: PHP_4_3) > > /php-src/ext/gd/libgd gdft.c > > Log: > > Compile fix > > > > > >Index: php-src/ext/gd/libgd/gdft.c > >diff -u php-src/ext/gd/libgd/gdft.c:1.11.2.10 php-src/ext/gd/libgd/gdft.c:1.11.2.11 > >--- php-src/ext/gd/libgd/gdft.c:1.11.2.10 Tue Jun 17 09:37:57 2003 > >+++ php-src/ext/gd/libgd/gdft.c Fri Nov 21 19:55:29 2003 > >@@ -60,7 +60,8 @@ > > #else > > > > #include "gdcache.h" > >-#include "freetype/freetype.h" > >+#include <ft2build.h> > >+#include FT_FREETYPE_H > > #include "freetype/ftglyph.h" > > > > /* number of fonts cached before least recently used is replaced */ > > > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php