Skip to content

Commit 0a2ecbc

Browse files
committed
Add helper function
1 parent a616c4b commit 0a2ecbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wrapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "zend_interfaces.h"
2525
#include "SAPI.h"
2626
#include "php_variables.h"
27+
#include "file.h"
2728

2829
zend_string *ext_php_rs_zend_string_init(const char *str, size_t len, bool persistent);
2930
void ext_php_rs_zend_string_release(zend_string *zs);
@@ -36,3 +37,4 @@ void ext_php_rs_zend_object_release(zend_object *obj);
3637
zend_executor_globals *ext_php_rs_executor_globals();
3738
php_core_globals *ext_php_rs_process_globals();
3839
sapi_globals_struct *ext_php_rs_sapi_globals();
40+
php_file_globals *ext_php_rs_file_globals();

0 commit comments

Comments
 (0)