Browse Source

- Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing

is broken by this.
PHP-4.0.5
Andi Gutmans 26 years ago
parent
commit
799a00f19a
  1. 2
      main/php_virtual_cwd.c
  2. 4
      main/php_virtual_cwd.h

2
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:

4
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
Loading…
Cancel
Save