Skip to content

Releases: symplely/zend-ffi

0.12.8

14 Apr 02:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.7...0.12.8

bug fix linux detection and update headers

13 Apr 15:46
Compare
Choose a tag to compare
  • 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

14 Mar 00:49
Compare
Choose a tag to compare
0.12.6

Merge branch 'main' into beta

0.12.5

13 Mar 21:14
Compare
Choose a tag to compare
Merge branch 'main' into beta

bug fixes, added to char** functions, added PHP 8.3 testing

13 Mar 19:22
Compare
Choose a tag to compare
  • added PHP 8.3 testing support, in which bug fix ffi_str_typeof() function and parse_string() of ZendCompiler class
  • added general to char** functions, ffi_char_variadic() and ffi_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

21 Feb 20:11
Compare
Choose a tag to compare

update readme, additional function, renamed header file to use

21 Feb 03:28
Compare
Choose a tag to compare
  • 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

19 Feb 11:19
Compare
Choose a tag to compare

BC - bug fix causes of segfaults, Resource & StandardModule cleanup

18 Feb 16:42
Compare
Choose a tag to compare

update README.md, and bug fix Resource.php

14 Feb 02:27
Compare
Choose a tag to compare
0.11.8

Merge branch 'main' into beta