summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 8d3a5ebb55..caebb748ea 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -94,7 +94,7 @@ PHP 7.4 UPGRADE NOTES
========================================
- Hash:
- . The hash extension cannot be disabled anymore and is always an integral
+ . The hash extension cannot be disabled anymore and is always an integral
part of any PHP build, similar to the date extension.
- Intl:
@@ -111,7 +111,7 @@ PHP 7.4 UPGRADE NOTES
Use corresponding constants instead (e.g. ReflectionMethod::IS_PUBLIC).
- SQLite3:
- . The bundled libsqlite has been removed. To build the SQLite3 and/or
+ . The bundled libsqlite has been removed. To build the SQLite3 and/or
PDO_SQLite extensions a system libsqlite3 ≥ 3.5.0 is now required.
- Zip: