From 1a8683f976e2c44d4aacc316b0a9ba3bdf0e5d22 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 29 Apr 2000 17:57:47 +0000 Subject: - Never mind. Seems like we're still missing the open() functionality --- 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 11ae1227d9..326bbfc7e8 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 */ -- cgit v1.2.1