]> granicus.if.org Git - php/commitdiff
- Move to virtual cwd in TSRM
authorAndi Gutmans <andi@php.net>
Sun, 3 Sep 2000 18:45:02 +0000 (18:45 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 3 Sep 2000 18:45:02 +0000 (18:45 +0000)
main/Makefile.in
main/php.h

index ee4655f141c9458f13517011ca88b045c48ea4fe..f1ea53a7eb5d0ca30e8df78ae9b6385eac3bbc10 100644 (file)
@@ -6,7 +6,7 @@ LTLIBRARY_SOURCES = \
        safe_mode.c fopen-wrappers.c alloca.c \
        php_ini.c SAPI.c rfc1867.c fdfdata.c php_content_types.c strlcpy.c \
        strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c \
-       php_virtual_cwd.c network.c
+       network.c
 
 include $(top_srcdir)/build/ltlib.mk
 
index 3f58026b17c04b2333f690917f600abc69be1f73..600b3df9ebc18ff4f67b08cb95890c81e6050234 100644 (file)
@@ -290,7 +290,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
 #define VIRTUAL_DIR
 #endif
 
-#include "php_virtual_cwd.h"
+#include "tsrm_virtual_cwd.h"
 
 /* Virtual current directory support */
 #ifdef VIRTUAL_DIR