|
1 |
| -/* automatically generated by rust-bindgen 0.63.0 */ |
| 1 | +/* automatically generated by rust-bindgen 0.65.1 */ |
2 | 2 |
|
3 | 3 | pub const ZEND_DEBUG: u32 = 1;
|
4 | 4 | pub const _ZEND_TYPE_NAME_BIT: u32 = 16777216;
|
@@ -87,11 +87,6 @@ pub const CONST_CS: u32 = 0;
|
87 | 87 | pub const CONST_PERSISTENT: u32 = 1;
|
88 | 88 | pub const CONST_NO_FILE_CACHE: u32 = 2;
|
89 | 89 | pub const CONST_DEPRECATED: u32 = 4;
|
90 |
| -#[repr(C)] |
91 |
| -#[derive(Debug, Copy, Clone)] |
92 |
| -pub struct __sigset_t { |
93 |
| - pub __val: [::std::os::raw::c_ulong; 16usize], |
94 |
| -} |
95 | 90 | pub type zend_long = i64;
|
96 | 91 | pub type zend_ulong = u64;
|
97 | 92 | pub type zend_uchar = ::std::os::raw::c_uchar;
|
@@ -1032,15 +1027,7 @@ pub struct _zend_execute_data {
|
1032 | 1027 | pub run_time_cache: *mut *mut ::std::os::raw::c_void,
|
1033 | 1028 | pub extra_named_params: *mut zend_array,
|
1034 | 1029 | }
|
1035 |
| -pub type __jmp_buf = [::std::os::raw::c_long; 8usize]; |
1036 |
| -#[repr(C)] |
1037 |
| -#[derive(Debug, Copy, Clone)] |
1038 |
| -pub struct __jmp_buf_tag { |
1039 |
| - pub __jmpbuf: __jmp_buf, |
1040 |
| - pub __mask_was_saved: ::std::os::raw::c_int, |
1041 |
| - pub __saved_mask: __sigset_t, |
1042 |
| -} |
1043 |
| -pub type jmp_buf = [__jmp_buf_tag; 1usize]; |
| 1030 | +pub type sigjmp_buf = [::std::os::raw::c_int; 49usize]; |
1044 | 1031 | pub type zend_executor_globals = _zend_executor_globals;
|
1045 | 1032 | extern "C" {
|
1046 | 1033 | pub static mut executor_globals: zend_executor_globals;
|
@@ -1107,7 +1094,7 @@ pub struct _zend_executor_globals {
|
1107 | 1094 | pub symtable_cache_ptr: *mut *mut zend_array,
|
1108 | 1095 | pub symbol_table: zend_array,
|
1109 | 1096 | pub included_files: HashTable,
|
1110 |
| - pub bailout: *mut jmp_buf, |
| 1097 | + pub bailout: *mut sigjmp_buf, |
1111 | 1098 | pub error_reporting: ::std::os::raw::c_int,
|
1112 | 1099 | pub exit_status: ::std::os::raw::c_int,
|
1113 | 1100 | pub function_table: *mut HashTable,
|
|
0 commit comments