summaryrefslogtreecommitdiff
path: root/sapi/apache
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-04-02 19:45:02 +0000
committerAndi Gutmans <andi@php.net>2000-04-02 19:45:02 +0000
commitd8e64d623ec7e72d2d63b8105da188fa91a3f21f (patch)
tree1ffda0e15537fc5a937b608094cf0781921f3f81 /sapi/apache
parentce283e2326ea9b19eec3a47dd3565271974ec36e (diff)
downloadphp-git-d8e64d623ec7e72d2d63b8105da188fa91a3f21f.tar.gz
- This version of chdir_file should be compatible with the Apache one.
Diffstat (limited to 'sapi/apache')
-rw-r--r--sapi/apache/mod_php4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c
index 328e179080..fe062e08eb 100644
--- a/sapi/apache/mod_php4.c
+++ b/sapi/apache/mod_php4.c
@@ -483,7 +483,7 @@ int send_php(request_rec *r, int display_source_mode, char *filename)
SG(server_context) = r;
php_save_umask();
- chdir_file(filename);
+ PHP_CHDIR_FILE(filename);
add_common_vars(r);
add_cgi_vars(r);