File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ PHP NEWS
270
270
. The SplFixedArray::__wakeup() method has been deprecated as it implements
271
271
__serialize() and __unserialize() which need to be overwritten instead.
272
272
(TysonAndre)
273
- . Passing a non-empty string for the $enclosure parameter of:
273
+ . Passing a non-empty string for the $escape parameter of:
274
274
- SplFileObject::setCsvControl()
275
275
- SplFileObject::fputcsv()
276
276
- SplFileObject::fgetcsv()
@@ -279,7 +279,7 @@ PHP NEWS
279
279
- Standard:
280
280
. Unserializing the uppercase 'S' tag is now deprecated. (timwolla)
281
281
. Enables crc32 auxiliary detection on OpenBSD. (David Carlier)
282
- . Passing a non-empty string for the $enclosure parameter of:
282
+ . Passing a non-empty string for the $escape parameter of:
283
283
- fputcsv()
284
284
- fgetcsv()
285
285
- str_getcsv()
You can’t perform that action at this time.
0 commit comments