summaryrefslogtreecommitdiff
path: root/ext/ffi/php_ffi.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-5/+5
* Explicitly declare the char as signed in zend_ffi_val.George Peter Banyard2020-03-261-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2019-10-291-0/+1
|\
| * Implement #78270: Support __vectorcall convention with FFIChristoph M. Becker2019-10-291-0/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-10-221-0/+1
|\ \ | |/
| * Allow loading FFI bindings through ffi.preload directiveDmitry Stogov2019-10-221-0/+1
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Fixed memory leaks in ext/ffi/tests/100.phpt on Mac OSXDmitry Stogov2019-06-171-1/+1
* Partial support for GCC mode attribute.Dmitry Stogov2019-03-291-0/+2
* Simplify even more - use PHP_VERSION directlyPeter Kokot2019-02-201-3/+0
* Bump FFI extension version to PHP_VERSIONPeter Kokot2019-02-201-0/+3
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Added FFI extensionDmitry Stogov2019-01-141-0/+287