]> granicus.if.org Git - php/commitdiff
[ci skip] Note preloading and ext/ffi in UPGRADING
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 21 Jan 2019 14:58:02 +0000 (15:58 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 21 Jan 2019 14:58:02 +0000 (15:58 +0100)
UPGRADING

index 2787ea525589b8d04964192d4c82ae1ba2a236b7..abfc787fbf8ca6ec6b38250ee37d5fb695c04687 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -91,6 +91,15 @@ PHP 7.4 UPGRADE NOTES
     $user->name can only be assigned strings. For more information see the
     RFC: https://wiki.php.net/rfc/typed_properties_v2
 
+- FFI:
+  . A new extension which provides a simple way to call native functions, access
+    native variables and create/access data structures defined in C libraries.
+    RFC: https://wiki.php.net/rfc/ffi
+
+- OPcache:
+  . Support for preloading code has been added.
+    RFC: https://wiki.php.net/rfc/preload
+
 - PDO_OCI:
   . PDOStatement::getColumnMeta() is now available