summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-04-15 14:28:48 +0000
committerAndi Gutmans <andi@php.net>2000-04-15 14:28:48 +0000
commitc9911a151ed19e7569fbcb9afc7bd9a390202256 (patch)
treeb50abaa01563766d9e67107af6a53574de1e3bc7 /sapi/apache/mod_php4.c
parent1665cba750539a4245cf600bacdff3f74fe7bbfd (diff)
downloadphp-git-c9911a151ed19e7569fbcb9afc7bd9a390202256.tar.gz
- Change PHP_ to V_ (directory & file functions)
Diffstat (limited to 'sapi/apache/mod_php4.c')
-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 f14c4800e6..c51600f70f 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();
- PHP_CHDIR_FILE(filename);
+ V_CHDIR_FILE(filename);
add_common_vars(r);
add_cgi_vars(r);