Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)

This commit is contained in:
Dmitry Stogov 2007-09-27 18:28:44 +00:00
parent 98a2c03808
commit 8146078f7b
164 changed files with 464 additions and 464 deletions

View file

@ -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)