From: Antony Dovgal Date: Sat, 23 Sep 2006 12:17:43 +0000 (+0000) Subject: fix ZTS build X-Git-Tag: RELEASE_1_0_0RC1~1574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e02e25dca27b5ee67b52ad79ad863a833b900d97;p=php fix ZTS build --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 839a9c50ce..c338977fbe 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -484,7 +484,7 @@ PHP_FUNCTION(nl_langinfo) } if (UG(unicode)) { - php_error_docref(NULL TSRMLS_DC, E_STRICT, "deprecated in Unicode mode, please use ICU locale functions"); + php_error_docref(NULL TSRMLS_CC, E_STRICT, "deprecated in Unicode mode, please use ICU locale functions"); } value = nl_langinfo(item);