summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-03-11 10:10:45 +0100
committerJoe Watkins <krakjoe@php.net>2019-03-11 10:10:45 +0100
commitbf21727ea0be7fc324031d62144c59320a55fd86 (patch)
tree7da69c51488c6135bb66d63d9d7cb7821d265f0f /Zend/zend.h
parentbbdc5d1da6f9167c3ad27527c1aa6d43129b6f43 (diff)
parentdf6e9fae8f85f9799866e76fafc82f90373574e7 (diff)
downloadphp-git-bf21727ea0be7fc324031d62144c59320a55fd86.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: 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 cf64b77458..7313579e65 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);