mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
This commit is contained in:
parent
f6d9901873
commit
6c810b0d4c
165 changed files with 431 additions and 430 deletions
|
@ -478,7 +478,7 @@ PHP_MINFO_FUNCTION(apache)
|
|||
}
|
||||
}
|
||||
|
||||
static zend_function_entry apache_functions[] = {
|
||||
static const zend_function_entry apache_functions[] = {
|
||||
PHP_FE(apache_lookup_uri, NULL)
|
||||
PHP_FE(virtual, NULL)
|
||||
PHP_FE(apache_request_headers, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue