summaryrefslogtreecommitdiff
path: root/ext/ffi
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Fix CS in Markdown filesPeter Kokot2019-04-211-85/+162
* Fixed ext/ffi/tests/044.phpt failure on 32-bit LinuxDmitry Stogov2019-04-091-7/+1
* Fix handling and extend ext/ffi/tests/044.phptAnatol Belski2019-03-302-0/+18
* Partial support for GCC mode attribute.Dmitry Stogov2019-03-295-1/+104
* Fixed memory leaksDmitry Stogov2019-03-291-4/+10
* Allow usage of incomplete types for external variables, function parameters a...Dmitry Stogov2019-03-292-13/+13
* Added support for more GCC extensions: attributes, __extension__, __asm__ (ig...Dmitry Stogov2019-03-293-489/+664
* Ignore "__format__" attributeDmitry Stogov2019-03-291-0/+2
* Allow incomplete array variables - extern const char * const sys_errlist[]Dmitry Stogov2019-03-291-1/+1
* Fixed bug #77768 (FFI: Builtin Types Should Not Raise Error On Redeclaration)Dmitry Stogov2019-03-292-1/+68
* Support for __restrict and few GCC attributesDmitry Stogov2019-03-283-45/+53
* Use semantic predicates to simplify lookahead and reduce backtrackingDmitry Stogov2019-03-282-1960/+569
* Regenerate parserDmitry Stogov2019-03-251-170/+32
* Fixed incorrect error messageDmitry Stogov2019-03-203-2/+21
* Improve white-space handlingDmitry Stogov2019-03-191-4/+34
* Fixed ZTS cache usageDmitry Stogov2019-03-121-1/+1
* Reset fieldsDmitry Stogov2019-03-111-0/+6
* Fixed bug #77707 (FFI loses type information for opaque types)Dmitry Stogov2019-03-115-15/+51
* Fixed bug #77706 (Improve error messages in FFI for incompatible arguments)Dmitry Stogov2019-03-112-47/+180
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* Fixed support for callbacks with "void" return typeDmitry Stogov2019-03-051-1/+5
* Added reference to parser generatorDmitry Stogov2019-02-201-0/+4
* Fix typoPeter Kokot2019-02-201-1/+1
* Simplify even more - use PHP_VERSION directlyPeter Kokot2019-02-202-4/+1
* Bump FFI extension version to PHP_VERSIONPeter Kokot2019-02-202-2/+3
* Fix ffi test on WindowsTyson Andre2019-02-192-1/+32
* Fix a typo in the error messages for FFI [skip ci]Tyson Andre2019-02-181-2/+2
* Fixed bug #77632 (FFI Segfaults When Called With Variadics)Dmitry Stogov2019-02-182-15/+22
* Fix FFI test on WindowsNikita Popov2019-02-121-2/+2
* typoDmitry Stogov2019-02-121-2/+2
* Fixed possible crashDmitry Stogov2019-02-122-1/+23
* Remove local variablesPeter Kokot2019-02-034-37/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-304-5/+5
* Added FFI extensionDmitry Stogov2019-01-1461-0/+15465