From bb6cf5e920508179d409a3d1780d2bdf08d3f2aa Mon Sep 17 00:00:00 2001 From: Saki Takamachi Date: Wed, 23 Oct 2024 01:29:46 +0900 Subject: [PATCH 1/2] [ci skip] Update NEWS for PHP 8.4.0RC4 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 437f2e413892..899ddabb09bc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.4.0RC3 +?? ??? ????, PHP 8.4.0RC4 + + +24 Oct 2024, PHP 8.4.0RC3 - Cli: . Fixed bug GH-16373 (Shebang is not skipped for router script in cli-server From 5c210428f3c18da4eba1108b0a406540ef8a4640 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:13:59 +0200 Subject: [PATCH 2/2] [ci skip] Update EXTENSIONS and CODEOWNERS for ext/soap (#16542) De facto, I do the maintenance. But since many bugs are blocked by not having reproducers and there's some fundamental issues in the extension, this should get the "odd fixes" status instead. The "odd fixes" description should perhaps also be updated to include a statement about "limited willpower to debug"... --- .github/CODEOWNERS | 1 + EXTENSIONS | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6b57831db9ff..0c064cf93504 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -46,6 +46,7 @@ /ext/random @TimWolla @zeriyoshi /ext/session @Girgias /ext/simplexml @nielsdos +/ext/soap @nielsdos /ext/sockets @devnexen /ext/spl @Girgias /ext/standard @bukka diff --git a/EXTENSIONS b/EXTENSIONS index 1b745557bf5c..8daafda2ae2b 100644 --- a/EXTENSIONS +++ b/EXTENSIONS @@ -193,7 +193,8 @@ SINCE: 5.0 ------------------------------------------------------------------------------- EXTENSION: soap PRIMARY MAINTAINER: Dmitry Stogov (2004 - 2018) -MAINTENANCE: Maintained + Niels Dossche (2024 - 2024) +MAINTENANCE: Odd fixes STATUS: Working ------------------------------------------------------------------------------- EXTENSION: xml