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/roxen/roxen.c | |
parent | 1665cba750539a4245cf600bacdff3f74fe7bbfd (diff) | |
download | php-git-c9911a151ed19e7569fbcb9afc7bd9a390202256.tar.gz |
- Change PHP_ to V_ (directory & file functions)
Diffstat (limited to 'sapi/roxen/roxen.c')
-rw-r--r-- | sapi/roxen/roxen.c | 2 |
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 |