diff options
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 281a8e3f5d..7a4da0528e 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -257,6 +257,8 @@ struct _sapi_module_struct { void (*ini_defaults)(HashTable *configuration_hash); int phpinfo_as_text; + + char *ini_entries; }; |