mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +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
|
@ -112,7 +112,7 @@ ZEND_END_ARG_INFO()
|
|||
/* }}} */
|
||||
|
||||
/* {{{ extension definition structures */
|
||||
static zend_function_entry libxml_functions[] = {
|
||||
static const zend_function_entry libxml_functions[] = {
|
||||
PHP_FE(libxml_set_streams_context, arginfo_libxml_set_streams_context)
|
||||
PHP_FE(libxml_use_internal_errors, arginfo_libxml_use_internal_errors)
|
||||
PHP_FE(libxml_get_last_error, arginfo_libxml_get_last_error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue