FFI
21/22
PECL_Gen
The End
•
Foreign function interface
•
Load a dynamic library and start calling functions
•
Will also allow for mapping types in an OO way
•
Pass PHP functions to C functions that take callbacks
•
For PHP 5
•
Being written by Wez Furlong