| Package Information |
| Summary |
Foreign Function Interface |
| Maintainers |
Ilia Alshanetsky <ilia@php.net> (developer) [details] Wez Furlong <wez@php.net> (lead) [details]
|
| License |
PHP |
| Description |
FFI is a multi-platform extension for PHP 5 that allows you to bind to functions from arbitrary shared libraries and call them. |
| Homepage |
http://zlog.thebrainroom.net |
Release notes Version 0.3 (alpha) |
Fixed some pointer problems, made some general improvements
Allow PHP scripts to extend the ffi class and implement __call
overloading - see examples/ctype.php. (Ilia). |