File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,13 +269,13 @@ PHP 7.4 UPGRADE NOTES
269
269
270
270
- SPL:
271
271
. SplFileObject::fputcsv(), ::fgetcsv() and ::setCsvControl() now accept an
272
- empty string as $escape argument, which disables the propriertary PHP
272
+ empty string as $escape argument, which disables the proprietary PHP
273
273
escaping mechanism. SplFileObject::getCsvControl() now may also return an
274
274
empty string for the third array element, accordingly.
275
275
276
276
- Standard:
277
277
. fputcsv() and fgetcsv() now accept an empty string as $escape argument,
278
- which disables the propriertary PHP escaping mechanism. The behavior of
278
+ which disables the proprietary PHP escaping mechanism. The behavior of
279
279
str_getcsv() has been adjusted accordingly (formerly, an empty string was
280
280
identical to using the default).
281
281
. proc_open() on Windows can be passed a "create_process_group" option. It
You can’t perform that action at this time.
0 commit comments