diff options
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 4431071d54..5907688b43 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -264,6 +264,7 @@ struct _sapi_module_struct { int phpinfo_as_text; char *ini_entries; + const zend_function_entry *additional_functions; }; |