diff options
Diffstat (limited to 'ext/intl/uchar/uchar.c')
-rw-r--r-- | ext/intl/uchar/uchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/uchar/uchar.c b/ext/intl/uchar/uchar.c index 1add74b2b5..770622eca7 100644 --- a/ext/intl/uchar/uchar.c +++ b/ext/intl/uchar/uchar.c @@ -665,7 +665,7 @@ IC_CHAR_METHOD_CHAR(getBidiPairedBracket) #undef IC_CHAR_METHOD_CHAR /* }}} */ -static zend_function_entry intlchar_methods[] = { +static const zend_function_entry intlchar_methods[] = { #define IC_ME(mname) PHP_ME(IntlChar, mname, mname##_arginfo, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC) IC_ME(chr) IC_ME(ord) |