mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
main/SAPI: make "ini_entries" a const string
This commit is contained in:
parent
2d662f325d
commit
d53ad4b566
3 changed files with 5 additions and 10 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue