iliaa           Tue Dec 16 12:23:27 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/gd/libgd       gdft.c 
  Log:
  ZTS fix.
  
  
Index: php-src/ext/gd/libgd/gdft.c
diff -u php-src/ext/gd/libgd/gdft.c:1.11.2.12 php-src/ext/gd/libgd/gdft.c:1.11.2.13
--- php-src/ext/gd/libgd/gdft.c:1.11.2.12       Mon Dec 15 15:34:57 2003
+++ php-src/ext/gd/libgd/gdft.c Tue Dec 16 12:23:27 2003
@@ -395,6 +395,7 @@
                }
                for (dir = strtok (path, PATHSEPARATOR); dir; dir = strtok (0, 
PATHSEPARATOR)) {
                        if (!strcmp(dir, ".")) {
+                               TSRMLS_FETCH();
 #if HAVE_GETCWD
                                dir = VCWD_GETCWD(cur_dir, MAXPATHLEN);
 #elif HAVE_GETWD

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

Reply via email to