Skip to content

Conversation

mhmd-azeez
Copy link
Contributor

@mhmd-azeez mhmd-azeez commented Nov 29, 2023

  • Remove dependency on ircmaxell/ffime, instead we handwrite the bindings. This enables us to supports Windows too.
  • Update the FFI to use the latest runtime APIs
  • Removed Context
  • Removed support for Cancel Handle (since PHP is single-threaded, wasn't sure how one could use it)
  • Add support for Manifest
  • Update README
  • Add tests
  • Add inline docs
  • New CI

Fixes #4 and Fixes #3

@bhelx
Copy link
Contributor

bhelx commented Nov 29, 2023

Remove dependency on ircmaxell/ffime, instead we handwrite the bindings. This enables us to supports Windows too.

wow. you've gone above and beyond here my man! this is awesome!

@mhmd-azeez mhmd-azeez marked this pull request as ready for review November 29, 2023 21:52
@mhmd-azeez mhmd-azeez merged commit 6f37551 into main Dec 4, 2023
@mhmd-azeez mhmd-azeez deleted the feat/update-ffi branch December 4, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update FFI code to latest 1.0 runtime changes Add PHP README

2 participants