sebastian               Tue Dec 16 01:29:02 2003 EDT

  Modified files:              
    /php-src/ext/gd/libgd       gdft.c 
  Log:
  Fix ZTS build.
  
Index: php-src/ext/gd/libgd/gdft.c
diff -u php-src/ext/gd/libgd/gdft.c:1.25 php-src/ext/gd/libgd/gdft.c:1.26
--- php-src/ext/gd/libgd/gdft.c:1.25    Mon Dec 15 15:34:48 2003
+++ php-src/ext/gd/libgd/gdft.c Tue Dec 16 01:29:01 2003
@@ -349,7 +349,7 @@
   return (strcmp (a->fontlist, b->fontlist) == 0);
 }
 
-static void *fontFetch (char **error, void *key)
+static void *fontFetch (char **error, void *key TSRMLS_DC)
 {
        font_t *a;
        fontkey_t *b = (fontkey_t *) key;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to