This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-17 13:01:02 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3b7c8bb973cb4b37ae5f034651d9e4cd4147729f
archived-php-src
/
ext
/
ffi
History
Dmitry Stogov
583093844e
Fixed hex char parsing
2020-09-30 11:00:25 +03:00
..
tests
Skip test on big-endian architectures
2020-05-12 13:31:53 +02:00
config.m4
ext/ffi: Remove symbol check for ffi_open
2019-06-03 09:19:25 +02:00
config.w32
Implement
#78270
: Support __vectorcall convention with FFI
2019-10-29 08:57:43 +01:00
CREDITS
Added FFI extension
2019-01-14 11:47:50 +03:00
ffi_parser.c
Fixed bug
#78714
(funcs returning pointer can't use call convention spec)
2019-11-11 12:07:48 +03:00
ffi.c
Fixed hex char parsing
2020-09-30 11:00:25 +03:00
ffi.g
Fixed bug
#78714
(funcs returning pointer can't use call convention spec)
2019-11-11 12:07:48 +03:00
php_ffi.h
Explicitly declare the char as signed in zend_ffi_val.
2020-03-26 10:28:38 +03:00