fix ZTS build

This commit is contained in:
Antony Dovgal 2006-09-23 12:17:43 +00:00
parent b202bcda65
commit e02e25dca2

View 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);