Releases: symplely/zend-ffi
Releases · symplely/zend-ffi
0.12.8
What's Changed
- delay module unloading by @DaGhostman in #2
New Contributors
- @DaGhostman made their first contribution in #2
Full Changelog: 0.12.7...0.12.8
bug fix linux detection and update headers
- fix Linux distribution detection for Fedora, not
RedHat
, found in issue symplely/uv-ffi#1 - fix .h headers parsing when in ZTS mode.
bug fix `ffi_char_assoc()` and StandardModule when ZTS
0.12.6 Merge branch 'main' into beta
0.12.5
Merge branch 'main' into beta
bug fixes, added to char** functions, added PHP 8.3 testing
- added PHP 8.3 testing support, in which bug fix
ffi_str_typeof()
function andparse_string()
ofZendCompiler
class - added general to char** functions,
ffi_char_variadic()
andffi_char_assoc()
- bug fix thread/ZTS mode, not working got worst, issue with PHP C source and SAPI process, no workaround found.
update `is_cdata_valid()` to handle multi fields, and readme
0.12.3 Merge branch 'main' into beta
update readme, additional function, renamed header file to use
- added
is_cdata_valid
to check for valid c struct member field - functionality more stable as currently implemented
bug fix `zend_register_list_destructors_ex` cause of segmentation faults
0.12.1 Merge branch 'main' into beta
BC - bug fix causes of segfaults, Resource & StandardModule cleanup
0.12.0 Merge branch 'main' into beta
update README.md, and bug fix Resource.php
0.11.8 Merge branch 'main' into beta