diff options
author | Andi Gutmans <andi@php.net> | 2000-09-03 19:44:35 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-03 19:44:35 +0000 |
commit | 799a00f19a61922f88a4738a91bd34bf3e583d54 (patch) | |
tree | 814cafb64358eb81b68730724cbbd57ec371c2cb | |
parent | 4a17400b0aeb0e2ef3a1cf2e1873ad1ec68c2e8e (diff) | |
download | php-git-799a00f19a61922f88a4738a91bd34bf3e583d54.tar.gz |
- Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing
is broken by this.
-rw-r--r-- | main/php_virtual_cwd.c | 2 | ||||
-rw-r--r-- | main/php_virtual_cwd.h | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/main/php_virtual_cwd.c b/main/php_virtual_cwd.c index 0bb8e34b2c..b8655e59e6 100644 --- a/main/php_virtual_cwd.c +++ b/main/php_virtual_cwd.c @@ -1,3 +1,4 @@ +#if 0 /* +----------------------------------------------------------------------+ | PHP version 4.0 | @@ -732,6 +733,7 @@ CWD_API FILE *virtual_popen(const char *command, const char *type) #endif +#endif /* * Local variables: diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index 6c15ecc427..6155648a0a 100644 --- a/main/php_virtual_cwd.h +++ b/main/php_virtual_cwd.h @@ -1,3 +1,5 @@ +#if 0 + /* +----------------------------------------------------------------------+ | PHP version 4.0 | @@ -139,3 +141,5 @@ typedef struct _virtual_cwd_globals { #endif #endif /* VIRTUAL_CWD_H */ + +#endif |