We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fac7f commit 032c373Copy full SHA for 032c373
1 file changed
frankenphp.c
@@ -427,7 +427,7 @@ bool frankenphp_shutdown_dummy_request(void) {
427
return true;
428
}
429
430
-PHPAPI void get_full_env(zval *track_vars_array) {
+void get_full_env(zval *track_vars_array) {
431
go_getfullenv(thread_index, track_vars_array);
432
433
@@ -1503,7 +1503,7 @@ static zend_module_entry **modules = NULL;
1503
static int modules_len = 0;
1504
static int (*original_php_register_internal_extensions_func)(void) = NULL;
1505
1506
-PHPAPI int register_internal_extensions(void) {
+int register_internal_extensions(void) {
1507
if (original_php_register_internal_extensions_func != NULL &&
1508
original_php_register_internal_extensions_func() != SUCCESS) {
1509
return FAILURE;
0 commit comments