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" {
746746 filename : * const :: std:: os:: raw:: c_char ,
747747 ) ;
748748}
749+ extern "C" {
750+ pub fn zend_destroy_file_handle ( file_handle : * mut zend_file_handle ) ;
751+ }
749752pub type zend_stat_t = stat ;
750753#[ repr( C ) ]
751754#[ derive( Debug , Copy , Clone ) ]
@@ -2514,6 +2517,12 @@ pub type sapi_globals_struct = _sapi_globals_struct;
25142517extern "C" {
25152518 pub static mut sapi_globals: sapi_globals_struct ;
25162519}
2520+ extern "C" {
2521+ pub fn sapi_startup ( sf : * mut sapi_module_struct ) ;
2522+ }
2523+ extern "C" {
2524+ pub fn sapi_shutdown ( ) ;
2525+ }
25172526pub const sapi_header_op_enum_SAPI_HEADER_REPLACE: sapi_header_op_enum = 0 ;
25182527pub const sapi_header_op_enum_SAPI_HEADER_ADD: sapi_header_op_enum = 1 ;
25192528pub 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