From: Theodore Brown Date: Sun, 12 May 2019 15:19:54 +0000 (-0500) Subject: Fix typos in upgrade notes X-Git-Tag: php-7.4.0alpha1~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e96c776bd5d03d3042e9b1c91d395ebf81741540;p=php Fix typos in upgrade notes --- 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