Skip to content

[ci skip] Update CODEOWNERS and EXTENSIONS #14139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/.github @iluuu1994 @TimWolla
/build/gen_stub.php @kocsismate
/ext/bcmath @Girgias
/ext/bcmath @Girgias @nielsdos
/ext/curl @adoy
/ext/date @derickr
/ext/dba @Girgias
Expand All @@ -37,10 +37,13 @@
/ext/pgsql @devnexen
/ext/random @TimWolla @zeriyoshi
/ext/session @Girgias
/ext/simplexml @nielsdos
/ext/sockets @devnexen
/ext/spl @Girgias
/ext/standard @bukka
/ext/xml @nielsdos
/ext/xmlreader @nielsdos
/ext/xmlwriter @nielsdos
/ext/xsl @nielsdos
/main @bukka
/sapi/fpm @bukka
Expand Down
7 changes: 7 additions & 0 deletions EXTENSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,14 @@ EXTENSION: dom
PRIMARY MAINTAINER: Christian Stocker <[email protected]> (2003 - 2011)
Rob Richards <[email protected]> (2003 - 2012)
Marcus Börger <[email protected]> (2003 - 2006)
Niels Dossche <[email protected]> (2023 - 2024)
MAINTENANCE: Maintained
STATUS: Working
SINCE: 5.0
-------------------------------------------------------------------------------
EXTENSION: simplexml
PRIMARY MAINTAINER: Marcus Börger <[email protected]> (2003 - 2008)
Niels Dossche <[email protected]> (2023 - 2024)
MAINTENANCE: Maintained
STATUS: Working
SINCE: 5.0
Expand All @@ -188,30 +190,35 @@ STATUS: Working
EXTENSION: xml
PRIMARY MAINTAINER: Thies C. Arntzen <[email protected]> (1999 - 2002)
Rob Richards <[email protected]> (2003 - 2013)
Niels Dossche <[email protected]> (2023 - 2024)
MAINTENANCE: Maintained
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: libxml
PRIMARY MAINTAINER: Rob Richards <[email protected]> (2003 - 2009)
Christian Stocker <[email protected]> (2004 - 2011)
Niels Dossche <[email protected]> (2023 - 2024)
MAINTENANCE: Maintained
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: xmlreader
PRIMARY MAINTAINER: Rob Richards <[email protected]> (2004 - 2010)
Christian Stocker <[email protected]> (2004 - 2004)
Niels Dossche <[email protected]> (2023 - 2024)
MAINTENANCE: Maintained
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: xmlwriter
PRIMARY MAINTAINER: Rob Richards <[email protected]> (2004 - 2010)
Pierre-Alain Joye <[email protected]> (2005-2009)
Niels Dossche <[email protected]> (2023 - 2024)
MAINTENANCE: Maintained
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: xsl
PRIMARY MAINTAINER: Christian Stocker <[email protected]> (2003 - 2011)
Rob Richards <[email protected]> (2003 - 2010)
Niels Dossche <[email protected]> (2023 - 2024)
MAINTENANCE: Maintained
STATUS: Working
SINCE: 5.0
Expand Down