Skip to content

Commit 032c373

Browse files
dunglasalexandre-daubois
authored andcommitted
remove PHPAPI macro as we don't export these functions
1 parent 39fac7f commit 032c373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frankenphp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ bool frankenphp_shutdown_dummy_request(void) {
427427
return true;
428428
}
429429

430-
PHPAPI void get_full_env(zval *track_vars_array) {
430+
void get_full_env(zval *track_vars_array) {
431431
go_getfullenv(thread_index, track_vars_array);
432432
}
433433

@@ -1503,7 +1503,7 @@ static zend_module_entry **modules = NULL;
15031503
static int modules_len = 0;
15041504
static int (*original_php_register_internal_extensions_func)(void) = NULL;
15051505

1506-
PHPAPI int register_internal_extensions(void) {
1506+
int register_internal_extensions(void) {
15071507
if (original_php_register_internal_extensions_func != NULL &&
15081508
original_php_register_internal_extensions_func() != SUCCESS) {
15091509
return FAILURE;

0 commit comments

Comments
 (0)