summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 21eb8d5c1b..b719016036 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -260,7 +260,7 @@ struct _sapi_module_struct {
int phpinfo_as_text;
char *ini_entries;
- zend_function_entry *additional_functions;
+ const zend_function_entry *additional_functions;
};