From 7f54318897be8f9500bea0037185d562a4c0826d Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 11 Apr 2000 17:00:21 +0000 Subject: - Turn off VIRTUAL_DIR by default --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index c1ab278232..ab47f02162 100644 --- a/main/php.h +++ b/main/php.h @@ -284,7 +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)) -#define VIRTUAL_DIR +/* #define VIRTUAL_DIR */ #include "php_virtual_cwd.h" /* Virtual current directory support */ -- cgit v1.2.1