Skip to content

Commit 1e769bd

Browse files
committed
[skip ci] Add FFI BC to UPGRADING
Follow-up on commit 851e462
1 parent 0685f30 commit 1e769bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ PHP 8.3 UPGRADE NOTES
2727
. Class constants can now be accessed dynamically using the C::{$name} syntax.
2828
RFC: https://wiki.php.net/rfc/dynamic_class_constant_fetch
2929

30+
- FFI:
31+
. C functions that have a return type of void now return null instead of
32+
returning the following object object(FFI\CData:void) { }
33+
3034
========================================
3135
2. New Features
3236
========================================

0 commit comments

Comments
 (0)