diff options
author | Andi Gutmans <andi@php.net> | 2000-04-15 14:28:48 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-04-15 14:28:48 +0000 |
commit | c9911a151ed19e7569fbcb9afc7bd9a390202256 (patch) | |
tree | b50abaa01563766d9e67107af6a53574de1e3bc7 /sapi/isapi/php4isapi.c | |
parent | 1665cba750539a4245cf600bacdff3f74fe7bbfd (diff) | |
download | php-git-c9911a151ed19e7569fbcb9afc7bd9a390202256.tar.gz |
- Change PHP_ to V_ (directory & file functions)
Diffstat (limited to 'sapi/isapi/php4isapi.c')
-rw-r--r-- | sapi/isapi/php4isapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index e85599100e..3ff47766dd 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -457,7 +457,7 @@ static void init_request_info(sapi_globals_struct *sapi_globals, LPEXTENSION_CON if (path_end) { *path_end = 0; - PHP_CHDIR(SG(request_info).path_translated); + V_CHDIR(SG(request_info).path_translated); *path_end = SEPARATOR; } } |