Skip to content

Commit 9e821e1

Browse files
committed
[skip ci] Sync CODEOWNERS
This repeats the sync as noted in the phpGH-13591 and the discussion https://news-web.php.net/php.internals/124472 The CODEOWNERS file is related to the targeted branch in the pull request and not only the master branch. - CS style comments synced (80 columns length) - Added a note to change the earliest supported PHP branch and not only master branch - Synced GitHub ID's and paths across the PHP-8.2, PHP-8.3 and master branches
1 parent acf758d commit 9e821e1

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

.github/CODEOWNERS

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,54 @@
1-
# The following volunteers have self-identified as subject matter experts
2-
# or interested parties over a particular area of the php-src source code.
3-
# While requesting a review from someone does not obligate that person to
4-
# review a pull request, these reviewers might have valuable knowledge of
5-
# the problem area and could aid in deciding whether a pull request is ready
6-
# for merging.
1+
# The following volunteers have self-identified as subject matter experts or
2+
# interested parties in a particular area of the php-src source code. While
3+
# requesting a review from someone does not obligate that person to review a
4+
# pull request, these reviewers might have valuable knowledge of the problem
5+
# area and could aid in deciding whether a pull request is ready for merging.
6+
#
7+
# When changing this file, please make sure to commit the changes to the
8+
# earliest supported PHP branch (PHP-X.Y) and not only to the master branch.
9+
# GitHub reads the CODEOWNERS file from the pull request's targeted branch.
710
#
811
# For more information, see the GitHub CODEOWNERS documentation:
912
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1013

1114
/.github @iluuu1994 @TimWolla
1215
/build/gen_stub.php @kocsismate
13-
/ext/bcmath @Girgias
16+
/ext/bcmath @Girgias @nielsdos @SakiTakamachi
1417
/ext/curl @adoy
1518
/ext/date @derickr
1619
/ext/dba @Girgias
1720
/ext/dom @nielsdos
1821
/ext/ffi @dstogov
22+
/ext/gd @devnexen
1923
/ext/gettext @devnexen
2024
/ext/gmp @Girgias
2125
/ext/imap @Girgias
2226
/ext/intl @devnexen
2327
/ext/json @bukka
2428
/ext/libxml @nielsdos
25-
/ext/mbstring @alexdowad
29+
/ext/mbstring @alexdowad @youkidearitai
30+
/ext/mysqlnd @SakiTakamachi
2631
/ext/odbc @NattyNarwhal
2732
/ext/opcache @dstogov @iluuu1994
2833
/ext/openssl @bukka
29-
/ext/pdo_odbc @NattyNarwhal
30-
/ext/pdo_pgsql @devnexen
34+
/ext/pcntl @devnexen
35+
/ext/pdo @SakiTakamachi
36+
/ext/pdo_dblib @SakiTakamachi
37+
/ext/pdo_firebird @SakiTakamachi
38+
/ext/pdo_mysql @SakiTakamachi
39+
/ext/pdo_odbc @NattyNarwhal @SakiTakamachi
40+
/ext/pdo_pgsql @devnexen @SakiTakamachi
41+
/ext/pdo_sqlite @SakiTakamachi
3142
/ext/pgsql @devnexen
3243
/ext/random @TimWolla @zeriyoshi
3344
/ext/session @Girgias
45+
/ext/simplexml @nielsdos
3446
/ext/sockets @devnexen
3547
/ext/spl @Girgias
3648
/ext/standard @bukka
49+
/ext/xml @nielsdos
3750
/ext/xmlreader @nielsdos
51+
/ext/xmlwriter @nielsdos
3852
/ext/xsl @nielsdos
3953
/main @bukka
4054
/sapi/fpm @bukka
@@ -44,6 +58,8 @@
4458
/Zend/zend_API.* @dstogov @iluuu1994
4559
/Zend/zend_call_stack.* @arnaud-lb
4660
/Zend/zend_closures.* @dstogov
61+
/Zend/zend_compile.* @iluuu1994
62+
/Zend/zend_enum.* @iluuu1994
4763
/Zend/zend_execute.* @dstogov @iluuu1994
4864
/Zend/zend_execute_API.c @dstogov @iluuu1994
4965
/Zend/zend_gc.* @dstogov @arnaud-lb

0 commit comments

Comments
 (0)