rasmus          Fri Oct  4 14:03:29 2002 EDT

  Modified files:              
    /php4/ext/standard  dir.c 
  Log:
  Kill a few more warnings
  
  
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.106 php4/ext/standard/dir.c:1.107
--- php4/ext/standard/dir.c:1.106       Sat Sep 28 05:14:45 2002
+++ php4/ext/standard/dir.c     Fri Oct  4 14:03:29 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dir.c,v 1.106 2002/09/28 09:14:45 yohgaki Exp $ */
+/* $Id: dir.c,v 1.107 2002/10/04 18:03:29 rasmus Exp $ */
 
 /* {{{ includes/startup/misc */
 
@@ -347,8 +347,10 @@
 {
        char cwd[MAXPATHLEN];
        int cwd_skip = 0;
+#ifdef ZTS
        char work_pattern[MAXPATHLEN];
        char *result;
+#endif
        char *pattern = NULL;
        int pattern_len;
        long flags = 0;



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

Reply via email to