From 418f7211f71658d79d934861be20f277db96fe2c Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Tue, 7 Jun 2022 18:47:44 +0300 Subject: [PATCH] Update NEWS for PHP 8.2.0 alpha2 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 273d33c4511..01b477d8426 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.2.0alpha1 +?? ??? ????, PHP 8.2.0alpha2 + + +09 Jun 2022, PHP 8.2.0alpha1 - CLI: . Fixed bug #81496 (Server logs incorrect request method). (lauri)