summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-09-03 18:45:02 +0000
committerAndi Gutmans <andi@php.net>2000-09-03 18:45:02 +0000
commit6c6471b16018b8e225043e436fa8c819a57cd459 (patch)
treec09940ad52405964bf60a66c37ea1670006b8dcb /main
parentdaf926cf5b3354ec838d2413651ea68259282483 (diff)
downloadphp-git-6c6471b16018b8e225043e436fa8c819a57cd459.tar.gz
- Move to virtual cwd in TSRM
Diffstat (limited to 'main')
-rw-r--r--main/Makefile.in2
-rw-r--r--main/php.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile.in b/main/Makefile.in
index ee4655f141..f1ea53a7eb 100644
--- a/main/Makefile.in
+++ b/main/Makefile.in
@@ -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
diff --git a/main/php.h b/main/php.h
index 3f58026b17..600b3df9eb 100644
--- a/main/php.h
+++ b/main/php.h
@@ -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