php-ffi icon indicating copy to clipboard operation
php-ffi copied to clipboard

hook into zend functions

Open flip111 opened this issue 6 years ago • 1 comments

It would be nice if this extension was able to (for example) register a new class with php. Then in C (or other compatible code) new classes could be constructed just like in php extensions.

flip111 avatar Oct 08 '19 03:10 flip111

hook into zend functions

@flip111 Like this? https://github.com/gabrielrcouto/awesome-php-ffi/tree/master/php-plus

SerafimArts avatar Oct 22 '19 15:10 SerafimArts