summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-03-11 10:10:14 +0100
committerJoe Watkins <krakjoe@php.net>2019-03-11 10:10:14 +0100
commitdf6e9fae8f85f9799866e76fafc82f90373574e7 (patch)
treee83928556e959111d867152b62d7245d100ff7fb /Zend/zend.h
parent9f6f6fe2199857ffc8eaab3f413c0fd18cca26f0 (diff)
downloadphp-git-df6e9fae8f85f9799866e76fafc82f90373574e7.tar.gz
drop unused parameter from zend_startup
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 76d1bb2bb5..4839b994b9 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -234,7 +234,7 @@ typedef int (*zend_write_func_t)(const char *str, size_t str_length);
#define zend_first_try EG(bailout)=NULL; zend_try
BEGIN_EXTERN_C()
-int zend_startup(zend_utility_functions *utility_functions, char **extensions);
+int zend_startup(zend_utility_functions *utility_functions);
void zend_shutdown(void);
void zend_register_standard_ini_entries(void);
int zend_post_startup(void);