summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-01-21 15:58:02 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-01-21 15:58:02 +0100
commit36c825575ed13c87efdd4d24b32f0cabaad89e0d (patch)
tree7f6c1098d299b7ac8390688a12fe248221f8f5c9
parent3815a03117905de08dba08707bcab96be5946661 (diff)
downloadphp-git-36c825575ed13c87efdd4d24b32f0cabaad89e0d.tar.gz
[ci skip] Note preloading and ext/ffi in UPGRADING
-rw-r--r--UPGRADING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 2787ea5255..abfc787fbf 100644
--- 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