mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
This commit is contained in:
parent
98a2c03808
commit
8146078f7b
164 changed files with 464 additions and 464 deletions
|
@ -299,7 +299,7 @@ PHP_FUNCTION(unicode_restore_error_handler)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ unicode_functions[] */
|
||||
zend_function_entry unicode_functions[] = {
|
||||
const zend_function_entry unicode_functions[] = {
|
||||
PHP_FE(locale_get_default, NULL)
|
||||
PHP_FE(locale_set_default, NULL)
|
||||
PHP_FE(unicode_decode, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue