From 84b570e3aec25bb2b76455b73e70661a201a9953 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 19 Jun 2022 23:18:46 +0200 Subject: [PATCH] Remove NEWS entries which are not supposed to be there master/NEWS is not supposed to contain changes done prior to RC, if these changes are also in lower branches. --- NEWS | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/NEWS b/NEWS index bcb4a01a7b3..70e494dc06e 100644 --- a/NEWS +++ b/NEWS @@ -10,33 +10,16 @@ PHP NEWS . Fixed bug GH-7821 and GH-8418 (Allow arbitrary const expressions in backed enums). (ilutov) -- COM: - . Fixed bug GH-8778 (Integer arithmethic with large number variants fails). - (cmb) - - Curl: . Added new constants from cURL 7.62 to 7.80. (Pierrick) . New function curl_upkeep(). (Pierrick) -- GD: - . Fixed imagecreatefromavif() memory leak. (cmb) - -- MBString: - . Backwards-compatible mappings for 0x5C/0x7E in Shift-JIS are restored, - after they had been changed in 8.1.0. (Alex Dowad) - -- ODBC: - . Fixed handling of single-key connection strings. (Calvin Buckley) - - OpenSSL: . Discard poll calls on socket when no timeout/non blocking/MSG_DONTWAIT. (Max Kellermann) - PCRE: . Implemented FR #77726 (Allow null character in regex patterns). (cmb) -- PDO_ODBC: - . Fixed handling of single-key connection strings. (Calvin Buckley) - - Standard: . Deprecated utf8_encode() and utf8_decode(). (Rowan Tommins)