From e02e25dca27b5ee67b52ad79ad863a833b900d97 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sat, 23 Sep 2006 12:17:43 +0000 Subject: [PATCH] fix ZTS build --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1