]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorAntony Dovgal <tony2001@php.net>
Sat, 23 Sep 2006 12:17:43 +0000 (12:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Sat, 23 Sep 2006 12:17:43 +0000 (12:17 +0000)
ext/standard/string.c

index 839a9c50ceb92fb727a41e7c6771a3dfba6b5182..c338977fbee0eb588a1be0d4590d0aeccd9e19d8 100644 (file)
@@ -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);