]> granicus.if.org Git - php/commitdiff
- Make all CVS users use the new virtual dir support.
authorAndi Gutmans <andi@php.net>
Sat, 8 Apr 2000 15:01:11 +0000 (15:01 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 8 Apr 2000 15:01:11 +0000 (15:01 +0000)
  Will probably disable this for the release.

main/php.h

index 0bef27dd4f997225a87a4708bd37ff6812ab6d72..6aee80c41f0cef04716222377735688beb68e454 100644 (file)
@@ -284,9 +284,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
 #define PUTS_H(str)                                    php_header_write((str), strlen((str)))
 #define PUTC_H(c)                                      (php_header_write(&(c), 1), (c))
 
-#ifdef ZTS
 #define VIRTUAL_DIR
-#endif
 
 /* Virtual current directory support */
 #ifdef VIRTUAL_DIR