summaryrefslogtreecommitdiff
path: root/ext/ffi
Commit message (Expand)AuthorAgeFilesLines
* (ffi) fix ifdefs for non-windows systems without long doubleChuck Adams2020-07-111-2/+2
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-1010-63/+63
* Remove no_separation flagNikita Popov2020-07-071-1/+0
* Remove proto comments from C filesMax Semenik2020-07-061-12/+6
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* Fix #79749: Converting FFI instances to bool failsChristoph M. Becker2020-06-292-1/+27
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)Christoph M. Becker2020-06-161-6/+6
* Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-1/+1
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-093-5/+6
* Add helper APIs for maybe-interned string creationtwosee2020-06-081-2/+2
* Fix expression warnings and break warningstwosee2020-06-071-1/+1
* Add --file-cache-prime/use options to run-testsNikita Popov2020-05-201-0/+1
* Use zend_zval_type_name() API where possibleNikita Popov2020-05-131-2/+2
* Trim trailing whitespaces and fix code styleRod Elias2020-05-122-9/+9
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-121-0/+3
|\
| * Skip test on big-endian architecturesChristoph M. Becker2020-05-121-0/+3
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-112-12/+43
|\ \ | |/
| * Fix #79571: FFI: var_dumping unions may segfaultChristoph M. Becker2020-05-112-12/+43
* | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-053-5/+5
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-291-0/+38
|\ \ | |/
| * Fix #79532: sizeof off_t can be wrongChristoph M. Becker2020-04-291-0/+38
* | Clarify that FFI::cdef() does not return NULLNikita Popov2020-04-283-3/+5
* | Improve a last couple of argument error messagesMáté Kocsis2020-04-201-1/+1
* | Adjust zend_write_func signatureNikita Popov2020-04-151-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-04-141-1/+6
|\ \ | |/
| * Fix #79472: ext/ffi/tests/040.phpt TC fails on Big endian archChristoph M. Becker2020-04-141-1/+6
| * Explicitly declare the char as signed in zend_ffi_val.George Peter Banyard2020-03-261-1/+1
* | Add zend_string_concat2 APINikita Popov2020-04-141-6/+2
* | Generate method entries from stubs for curl, ffi, pdo, pharMáté Kocsis2020-04-143-22/+44
* | Add missing visibility modifiers in stubsMáté Kocsis2020-04-111-17/+17
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* | Make cast_object handler requiredNikita Popov2020-03-311-3/+8
* | Explicitly declare the char as signed in zend_ffi_val.George Peter Banyard2020-03-261-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-1811-55/+67
|\ \ | |/
| * Improve FFI test suite for WindowsChristoph M. Becker2020-03-1811-52/+64
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-03-122-7/+9
|\ \ | |/
| * Export FFI::__BIGGEST_ALIGNMENT__Dmitry Stogov2020-03-122-7/+9
| |\
| | * Export FFI::__BIGGEST_ALIGNMENT__Dmitry Stogov2020-03-112-7/+9
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-03-122-1/+78
|\ \ \ | |/ /
| * | Allow to fetch function addressDmitry Stogov2020-03-122-1/+78
| |\ \
| | * | Allow to fetch function addressDmitry Stogov2020-03-112-1/+78
| | |/
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-03-121-0/+1
|\ \ \ | |/ /
| * | Folder mark missedXinchen Hui2020-03-121-0/+1
| |/
* | Change argument error message formatMáté Kocsis2020-02-261-1/+1
* | Add return types to FFI methodsNikita Popov2020-02-182-77/+49
* | Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-02-174-4/+14
|\ \ | |/
| * Disable instantiation of zero size FFI\CData objectsDmitry Stogov2020-02-174-4/+14