File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -746,6 +746,9 @@ extern "C" {
746
746
filename : * const :: std:: os:: raw:: c_char ,
747
747
) ;
748
748
}
749
+ extern "C" {
750
+ pub fn zend_destroy_file_handle ( file_handle : * mut zend_file_handle ) ;
751
+ }
749
752
pub type zend_stat_t = stat ;
750
753
#[ repr( C ) ]
751
754
#[ derive( Debug , Copy , Clone ) ]
@@ -2514,6 +2517,12 @@ pub type sapi_globals_struct = _sapi_globals_struct;
2514
2517
extern "C" {
2515
2518
pub static mut sapi_globals: sapi_globals_struct ;
2516
2519
}
2520
+ extern "C" {
2521
+ pub fn sapi_startup ( sf : * mut sapi_module_struct ) ;
2522
+ }
2523
+ extern "C" {
2524
+ pub fn sapi_shutdown ( ) ;
2525
+ }
2517
2526
pub const sapi_header_op_enum_SAPI_HEADER_REPLACE: sapi_header_op_enum = 0 ;
2518
2527
pub const sapi_header_op_enum_SAPI_HEADER_ADD: sapi_header_op_enum = 1 ;
2519
2528
pub const sapi_header_op_enum_SAPI_HEADER_DELETE: sapi_header_op_enum = 2 ;
You can’t perform that action at this time.
0 commit comments