From c9911a151ed19e7569fbcb9afc7bd9a390202256 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 15 Apr 2000 14:28:48 +0000 Subject: - Change PHP_ to V_ (directory & file functions) --- sapi/isapi/php4isapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/isapi/php4isapi.c') 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; } } -- cgit v1.2.1