[skip ci] Add FFI BC to UPGRADING

Follow-up on commit 851e4623f5
This commit is contained in:
George Peter Banyard 2023-02-20 13:52:30 +00:00
parent 0685f30a5c
commit 1e769bd1bf
No known key found for this signature in database
GPG Key ID: 3306078E3194AEBD

View File

@ -27,6 +27,10 @@ PHP 8.3 UPGRADE NOTES
. Class constants can now be accessed dynamically using the C::{$name} syntax.
RFC: https://wiki.php.net/rfc/dynamic_class_constant_fetch
- FFI:
. C functions that have a return type of void now return null instead of
returning the following object object(FFI\CData:void) { }
========================================
2. New Features
========================================