summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 6e7a69b5a2..f9ed09152d 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -269,13 +269,13 @@ PHP 7.4 UPGRADE NOTES
- SPL:
. SplFileObject::fputcsv(), ::fgetcsv() and ::setCsvControl() now accept an
- empty string as $escape argument, which disables the propriertary PHP
+ empty string as $escape argument, which disables the proprietary 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 empty string as $escape argument,
- which disables the propriertary PHP escaping mechanism. The behavior of
+ which disables the proprietary PHP escaping mechanism. The behavior of
str_getcsv() has been adjusted accordingly (formerly, an empty string was
identical to using the default).
. proc_open() on Windows can be passed a "create_process_group" option. It