]> granicus.if.org Git - php/commitdiff
- Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing
authorAndi Gutmans <andi@php.net>
Sun, 3 Sep 2000 19:44:35 +0000 (19:44 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 3 Sep 2000 19:44:35 +0000 (19:44 +0000)
  is broken by this.

main/php_virtual_cwd.c
main/php_virtual_cwd.h

index 0bb8e34b2c97e2c2c82d9904d3032bb98b99fc1c..b8655e59e66b98f57d7c3364ade97425cb8ad022 100644 (file)
@@ -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:
index 6c15ecc427d1216e795c45a09606492aa21099b4..6155648a0adb272250069d4c0d4d4abafeade577 100644 (file)
@@ -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