From: Rui Hirokawa Date: Wed, 3 Jul 2002 22:18:43 +0000 (+0000) Subject: fixed ZTS build. X-Git-Tag: php-4.2.3RC1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ac7b33e485d285451fdff8f0eb818db7a14f67a;p=php fixed ZTS build. --- diff --git a/main/rfc1867.c b/main/rfc1867.c index 2f7d31bb0f..4ac1398fe6 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -829,7 +829,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) } #if HAVE_MBSTRING - s = mbstr_strrchr(filename, '\\'); + s = mbstr_strrchr(filename, '\\' TSRMLS_CC); #else s = strrchr(filename, '\\'); #endif