Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 26, 2024
1 parent 4a5c304 commit 3868066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/yaf_config_ini.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ int yaf_config_ini_init(yaf_config_object *conf, zval *filename, zend_string *se
(zend_ini_parser_cb_t)yaf_config_ini_parser_cb, &configs) == FAILURE
|| Z_TYPE(configs) != IS_ARRAY) {
zval_ptr_dtor(&configs);
#if PHP_VERSION_ID < 70400
#if PHP_VERSION_ID < 80100
fclose(fh.handle.fp);
#else
zend_destroy_file_handle(&fh);
Expand Down

0 comments on commit 3868066

Please sign in to comment.