From 9c3d6304dd7fe870278a7ad8688e40a9645f609c Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 30 Mar 2000 22:56:34 +0000 Subject: - Hopefully got most of them. We also need a chdir_file function like for Apache. --- 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 1266ba3152..2fa11239d6 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -456,7 +456,7 @@ static void init_request_info(sapi_globals_struct *sapi_globals, LPEXTENSION_CON if (path_end) { *path_end = 0; - chdir(SG(request_info).path_translated); + PHP_CHDIR(SG(request_info).path_translated); *path_end = '\\'; } } -- cgit v1.2.1