[php-src] PHP-8.4: [8.4] NEWS: fix misplaced tabs [skip ci]
Daniel Scherzer <[email protected]> Mon, 3 Aug 2026 18:56:38 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Date: 2026-08-03T11:55:06-07:00
Commit: https://github.com/php/php-src/commit/efe665922950bd5a3bfd427b052dfc1b97840f75
Raw diff: https://github.com/php/php-src/commit/efe665922950bd5a3bfd427b052dfc1b97840f75.diff
[8.4] NEWS: fix misplaced tabs [skip ci]
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index b4a69946ee60..ee333ae9f20c 100644
--- a/NEWS
+++ b/NEWS
@@ -2559,7 +2559,7 @@ PHP NEWS
to that of fputcsv() and fgetcsv(). (Girgias)
. php_uname() now throws ValueErrors on invalid inputs. (Girgias)
. The "allowed_classes" option for unserialize() now throws TypeErrors and
- ValueErrors if it is not an array of class names. (Girgias)
+ ValueErrors if it is not an array of class names. (Girgias)
. Implemented GH-15685 (improve proc_open error reporting on Windows). (cmb)
. Add support for backed enums in http_build_query(). (ilutov)
. Fixed bug GH-15982 (Assertion failure with array_find when references are