Skip to content

Commit e96c776

Browse files
theodorejbpetk
authored andcommitted
Fix typos in upgrade notes
1 parent b3085bd commit e96c776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ PHP 7.4 UPGRADE NOTES
269269

270270
- SPL:
271271
. 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
273273
escaping mechanism. SplFileObject::getCsvControl() now may also return an
274274
empty string for the third array element, accordingly.
275275

276276
- Standard:
277277
. 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
279279
str_getcsv() has been adjusted accordingly (formerly, an empty string was
280280
identical to using the default).
281281
. proc_open() on Windows can be passed a "create_process_group" option. It

0 commit comments

Comments
 (0)