[PHP-CVS] [php-src] master: [ci skip] Add Jorg Sowa as ext/session maintainer (#22976)
[email protected] (Jorg Sowa via Weilin Du)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jorg Sowa (jorgsowa) Committer: Weilin Du (LamentXU123) Date: 2026-08-06T12:38:41+08:00 Commit: https://github.com/php/php-src/commit/8a98a27a1b8ef2c368e1babdba562451190d1d2e Raw diff: https://github.com/php/php-src/commit/8a98a27a1b8ef2c368e1babdba562451190d1d2e.diff [ci skip] Add Jorg Sowa as ext/session maintainer (#22976) Jorg Sowa has made a number of PRs to ext/session and intends to continue improving its state. Closes #22976 Changed paths: M .github/CODEOWNERS Diff: diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c5129bdf7426..b9b4583a4a9c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -46,7 +46,7 @@ /ext/phar @LamentXU123 /ext/random @TimWolla @zeriyoshi /ext/reflection @DanielEScherzer -/ext/session @Girgias +/ext/session @Girgias @jorgsowa /ext/simplexml @devnexen /ext/soap @devnexen /ext/sockets @devnexen