mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08: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
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue