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

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