From 701c81c7d1ed5f99052d73de4a200e50d1411007 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 24 Jun 2003 14:36:18 +0000 Subject: [PATCH] MFH: typo fix. --- main/fopen_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index f9ab69a6acf..647fc18385a 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -165,7 +165,7 @@ PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC) { - return php_check_open_basedir_ex(path, 1 TSRMLS_DC); + return php_check_open_basedir_ex(path, 1 TSRMLS_CC); } /* {{{ php_check_open_basedir