summaryrefslogtreecommitdiff
path: root/sapi/roxen
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/roxen
parent1665cba750539a4245cf600bacdff3f74fe7bbfd (diff)
downloadphp-git-c9911a151ed19e7569fbcb9afc7bd9a390202256.tar.gz
- Change PHP_ to V_ (directory & file functions)
Diffstat (limited to 'sapi/roxen')
-rw-r--r--sapi/roxen/roxen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c
index 87ee525809..b10d0d6287 100644
--- a/sapi/roxen/roxen.c
+++ b/sapi/roxen/roxen.c
@@ -601,7 +601,7 @@ static int php_roxen_module_main(SLS_D)
/* VERY BAD, but should work */
if(len > 0) {
dir[len] = '\0';
- PHP_CHDIR(dir);
+ V_CHDIR(dir);
}
free(dir);
#endif