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 /main/php_virtual_cwd.c | |
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.
Diffstat (limited to 'main/php_virtual_cwd.c')
-rw-r--r-- | main/php_virtual_cwd.c | 2 |
1 files changed, 2 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: |