summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2019-01-19 11:02:37 -0500
committerChristoph M. Becker <cmbecker69@gmx.de>2019-01-19 17:46:03 +0100
commit58a2ced0529ecfb89cb78a8f3ae0585cdf3c8ada (patch)
treedd11bbd13314d17154526b22ed2d4b2862cd53fe /UPGRADING
parent1bd7a9d6d1898d7941a871ede023db212580f958 (diff)
downloadphp-git-58a2ced0529ecfb89cb78a8f3ae0585cdf3c8ada.tar.gz
[ci skip] Fix typos in UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPGRADING b/UPGRADING
index 586ba8b140..763276ccff 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -119,12 +119,12 @@ PHP 7.4 UPGRADE NOTES
- SPL:
. SplFileObject::fputcsv(), ::fgetcsv() and ::setCsvControl() now accept an
- emptry string as $escape argument, which disables the propriertary PHP
+ empty string as $escape argument, which disables the propriertary PHP
escaping mechanism. SplFileObject::getCsvControl() now may also return an
empty string for the third array element, accordingly.
- Standard:
- . fputcsv() and fgetcsv() now accept an emptry string as $escape argument,
+ . fputcsv() and fgetcsv() now accept an empty string as $escape argument,
which disables the propriertary PHP escaping mechanism. The behavior of
str_getcsv() has been adjusted accordingly (formerly, an empty string was
identical to using the default).
@@ -187,7 +187,7 @@ PHP 7.4 UPGRADE NOTES
. The bundled libsqlite has been removed. To build the SQLite3 extension
a system libsqlite3 ≥ 3.7.4 is now required. To build the PDO_SQLite
extension a system libsqlite3 ≥ 3.5.0 is now required.
- . (Un)serialization of SQLite3, SQLite3Stmt and SQLite3Result is now explictly
+ . (Un)serialization of SQLite3, SQLite3Stmt and SQLite3Result is now explicitly
forbidden. Formerly, serialization of instances of these classes was
possible, but unserialization yielded unusable objects.
. The @param notation can now also be used to denote SQL query parameters.