summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-04-29 17:51:28 +0000
committerZeev Suraski <zeev@php.net>2000-04-29 17:51:28 +0000
commitaecae7c3af8c75441e93d086f2f863bd851d3506 (patch)
tree78fa2d4e59a514cca93aec3c58e55a5d76eb666a /main/php.h
parente404a471e71db25b2ce62a7c0d773e6c873abe2a (diff)
downloadphp-git-aecae7c3af8c75441e93d086f2f863bd851d3506.tar.gz
- Give VIRTUAL_DIR another try after testing it extensively on our web site
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index 326bbfc7e8..11ae1227d9 100644
--- a/main/php.h
+++ b/main/php.h
@@ -291,7 +291,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 */