diff options
author | Andi Gutmans <andi@php.net> | 2000-04-08 15:01:11 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-04-08 15:01:11 +0000 |
commit | 95f45d6c50a499c10b72723438cebfb441bcc6e8 (patch) | |
tree | 9b958f57bccee6cff65a1b039ee80fdf8139e2b6 /main | |
parent | 85e9d69f23ed73b941a527cd74275dd79575b8be (diff) | |
download | php-git-95f45d6c50a499c10b72723438cebfb441bcc6e8.tar.gz |
- Make all CVS users use the new virtual dir support.
Will probably disable this for the release.
Diffstat (limited to 'main')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index 0bef27dd4f..6aee80c41f 100644 --- a/main/php.h +++ b/main/php.h @@ -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 |