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
|
@ -67,7 +67,7 @@ ZEND_DECLARE_MODULE_GLOBALS(recode);
|
|||
static PHP_GINIT_FUNCTION(recode);
|
||||
|
||||
/* {{{ module stuff */
|
||||
static zend_function_entry php_recode_functions[] = {
|
||||
static const zend_function_entry php_recode_functions[] = {
|
||||
PHP_FE(recode_string, NULL)
|
||||
PHP_FE(recode_file, NULL)
|
||||
PHP_FALIAS(recode, recode_string, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue