main/SAPI: make "ini_entries" a const string

This commit is contained in:
Max Kellermann 2022-03-22 21:58:06 +01:00 committed by George Peter Banyard
parent 2d662f325d
commit d53ad4b566
3 changed files with 5 additions and 10 deletions

View file

@ -262,7 +262,7 @@ struct _sapi_module_struct {
void (*ini_defaults)(HashTable *configuration_hash);
int phpinfo_as_text;
char *ini_entries;
const char *ini_entries;
const zend_function_entry *additional_functions;
unsigned int (*input_filter_init)(void);
};