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

Reply via email to