From: Ilia Alshanetsky Date: Tue, 24 Jun 2003 14:36:18 +0000 (+0000) Subject: MFH: typo fix. X-Git-Tag: php-4.3.3RC2~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=701c81c7d1ed5f99052d73de4a200e50d1411007;p=php MFH: typo fix. --- diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index f9ab69a6ac..647fc18385 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