master
Migrate skip checks to --EXTENSIONS--, p2
Deprecate calling FFI::cast(), FFI::new(), and FFI::type() statically
Enact follow-up phase of the "Path to Saner Increment/Decrement operators" RFC (#19374)
FFI: support symbol lookup without specifying lib on Windows
Convert CRLF line endings to LF
Merge branch 'PHP-8.2'
ext/[ef]*: fix a bunch of typos (GH-16621)
Fixed regression introduced by https://github.com/php/php-src/pull/9601
Throw in FFI::addr() when referencing temporary pointer
Fix typo in FFI 77706 test title
Remove zend_atoi() (#7232)
XLEAK bug78270_2.phpt (GH-16352)
Fix #78761: Zend memory heap corruption with preload and casting
Fix bug #79075: FFI header parser chokes on comments
Fix #78716: Function name mangling is wrong for some parameter types
Fix leaking definitions on FFI::cdef()->new()
Add a proper error message for ffi load
Close PHP tags in tests
Make C functions returning "void" to return PHP "null"
Implement GH-11934: Allow to pass CData into struct and/or union fields
Run one testsuite with observers enabled in CI (#13869)
Fix GH-14215: Cannot use FFI::load on CRLF header file with apache2handler
Fix GH-14286 (ffi enum type (when enum has no name) make memory leak)
[skip ci] Fix typos in XFAIL reasons
Fix is_zend_ptr() for huge blocks (#14626)
Fix GH-16013 and bug #80857: Big endian issues
Fix GH-16397: Segmentation fault when comparing FFI object (#16401)
Merge branch 'PHP-8.0' into PHP-8.1
Fix GH-9698: stream_wrapper_register crashes with FFI\CData provided as class
Improve FFI test suite for Windows
Fix FFI Parsing of Pointer Declaration Lists (#17794)
Reset EG(trampoline).op_array.last_var that FFI may modify
Fix segfault caused by weak references to FFI objects (#12488)
Fix FFI tests on 8.3+