Skip to content

Commit d214a35

Browse files
authored
[skip ci] Sync CODEOWNERS (#15017)
This repeats the sync as noted in the GH-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. - 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 - Add note how changes here should be analogous to bug fixes with a link to CONTRIBUTING.md which describes which branch to target
1 parent fdae7c2 commit d214a35

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

.github/CODEOWNERS

+23-4
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,53 @@
55
# the problem area and could aid in deciding whether a pull request is ready
66
# for merging.
77
#
8+
# When changing this file, please make sure to commit the changes to the
9+
# earliest supported PHP branch (PHP-X.Y) and not only to the master branch.
10+
# GitHub reads the CODEOWNERS file from the pull request's targeted branch.
11+
# Commit changes here similar to bug fixes:
12+
# https://github.com/php/php-src/blob/master/CONTRIBUTING.md#pull-requests
13+
#
814
# For more information, see the GitHub CODEOWNERS documentation:
915
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1016

1117
/.github @iluuu1994 @TimWolla
1218
/build/gen_stub.php @kocsismate
13-
/ext/bcmath @Girgias
19+
/ext/bcmath @Girgias @nielsdos @SakiTakamachi
1420
/ext/curl @adoy
1521
/ext/date @derickr
1622
/ext/dba @Girgias
1723
/ext/dom @nielsdos
1824
/ext/ffi @dstogov
25+
/ext/gd @devnexen
1926
/ext/gettext @devnexen
2027
/ext/gmp @Girgias
2128
/ext/imap @Girgias
2229
/ext/intl @devnexen
2330
/ext/json @bukka
2431
/ext/libxml @nielsdos
25-
/ext/mbstring @alexdowad
32+
/ext/mbstring @alexdowad @youkidearitai
33+
/ext/mysqlnd @SakiTakamachi
2634
/ext/odbc @NattyNarwhal
2735
/ext/opcache @dstogov @iluuu1994
2836
/ext/openssl @bukka
29-
/ext/pdo_odbc @NattyNarwhal
30-
/ext/pdo_pgsql @devnexen
37+
/ext/pcntl @devnexen
38+
/ext/pdo @SakiTakamachi
39+
/ext/pdo_dblib @SakiTakamachi
40+
/ext/pdo_firebird @SakiTakamachi
41+
/ext/pdo_mysql @SakiTakamachi
42+
/ext/pdo_odbc @NattyNarwhal @SakiTakamachi
43+
/ext/pdo_pgsql @devnexen @SakiTakamachi
44+
/ext/pdo_sqlite @SakiTakamachi
3145
/ext/pgsql @devnexen
3246
/ext/random @TimWolla @zeriyoshi
3347
/ext/session @Girgias
48+
/ext/simplexml @nielsdos
3449
/ext/sockets @devnexen
3550
/ext/spl @Girgias
3651
/ext/standard @bukka
52+
/ext/xml @nielsdos
3753
/ext/xmlreader @nielsdos
54+
/ext/xmlwriter @nielsdos
3855
/ext/xsl @nielsdos
3956
/main @bukka
4057
/sapi/fpm @bukka
@@ -44,6 +61,8 @@
4461
/Zend/zend_API.* @dstogov @iluuu1994
4562
/Zend/zend_call_stack.* @arnaud-lb
4663
/Zend/zend_closures.* @dstogov
64+
/Zend/zend_compile.* @iluuu1994
65+
/Zend/zend_enum.* @iluuu1994
4766
/Zend/zend_execute.* @dstogov @iluuu1994
4867
/Zend/zend_execute_API.c @dstogov @iluuu1994
4968
/Zend/zend_gc.* @dstogov @arnaud-lb

0 commit comments

Comments
 (0)