From: Dmitry Stogov Date: Sat, 14 Mar 2015 12:11:55 +0000 (+0300) Subject: Fixed inconsistency X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~661 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f42ebdd4e9d6c4656cab635e1930a57f811ad04a;p=php Fixed inconsistency --- diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 1f0afc21b1..7c23489864 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -2340,7 +2340,7 @@ ZEND_API int ZEND_FASTCALL zend_object_is_true(zval *op) /* {{{ */ /* }}} */ #ifdef ZEND_USE_TOLOWER_L -ZEND_API void ZEND_FASTCALL zend_update_current_locale(void) /* {{{ */ +ZEND_API void zend_update_current_locale(void) /* {{{ */ { current_locale = _get_current_locale(); }