diff options
author | Andi Gutmans <andi@php.net> | 2000-04-11 17:00:21 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-04-11 17:00:21 +0000 |
commit | 7f54318897be8f9500bea0037185d562a4c0826d (patch) | |
tree | 130d09771d73f36283854da5b8d1c2da51ed1e49 /main/php.h | |
parent | a66283c7b92403599b7ed19d231b05c7aab01a9f (diff) | |
download | php-git-7f54318897be8f9500bea0037185d562a4c0826d.tar.gz |
- Turn off VIRTUAL_DIR by default
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |