From: Ilia Alshanetsky Date: Tue, 24 Jun 2003 14:36:01 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: RELEASE_1_0_2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=419448238b5af27783d9a0c1dec72969e5367780;p=php Fixed typo. --- diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index 445e981b8f..37ccaa6d4b 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -164,7 +164,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