From 4d4dbf7d94a4ed7ac75a8c5b90e64d5de942d0a4 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 17 Sep 2024 02:54:36 +0200 Subject: [PATCH] [skip ci] PHP 8.4 NEWS: fix typos in parameter names Ref: PR 15362 / https://github.com/php/php-src/commit/c818d944cf998b3151e4b312d655c51223612c4e#diff-7ee66c4f1536ac84dc5bbff1b8312e2eef24b974b3e48a5c5c2bcfdf2eb8f3ce --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9961b400baaab..6a2153158b85d 100644 --- a/NEWS +++ b/NEWS @@ -269,7 +269,7 @@ PHP NEWS . The SplFixedArray::__wakeup() method has been deprecated as it implements __serialize() and __unserialize() which need to be overwritten instead. (TysonAndre) - . Passing a non-empty string for the $enclosure parameter of: + . Passing a non-empty string for the $escape parameter of: - SplFileObject::setCsvControl() - SplFileObject::fputcsv() - SplFileObject::fgetcsv() @@ -278,7 +278,7 @@ PHP NEWS - Standard: . Unserializing the uppercase 'S' tag is now deprecated. (timwolla) . Enables crc32 auxiliary detection on OpenBSD. (David Carlier) - . Passing a non-empty string for the $enclosure parameter of: + . Passing a non-empty string for the $escape parameter of: - fputcsv() - fgetcsv() - str_getcsv()