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

@ -415,7 +415,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_dl, 0)
ZEND_END_ARG_INFO()
/* }}} */
static zend_function_entry additional_functions[] = {
static const zend_function_entry additional_functions[] = {
ZEND_FE(dl, arginfo_dl)
{NULL, NULL, NULL}
};