mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
parent
0685f30a5c
commit
1e769bd1bf
@ -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
|
||||
========================================
|
||||
|
Loading…
Reference in New Issue
Block a user