We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1fa6f commit 1e10acaCopy full SHA for 1e10aca
1 file changed
frankenphp.c
@@ -204,7 +204,7 @@ bool frankenphp_shutdown_dummy_request(void) {
204
return true;
205
}
206
207
-PHPAPI void get_full_env(zval *track_vars_array) {
+void get_full_env(zval *track_vars_array) {
208
go_getfullenv(thread_index, track_vars_array);
209
210
@@ -1265,7 +1265,7 @@ static zend_module_entry *modules = NULL;
1265
static int modules_len = 0;
1266
static int (*original_php_register_internal_extensions_func)(void) = NULL;
1267
1268
-PHPAPI int register_internal_extensions(void) {
+int register_internal_extensions(void) {
1269
if (original_php_register_internal_extensions_func != NULL &&
1270
original_php_register_internal_extensions_func() != SUCCESS) {
1271
return FAILURE;
0 commit comments