|
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. |
7 | 10 | #
|
8 | 11 | # For more information, see the GitHub CODEOWNERS documentation:
|
9 | 12 | # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
10 | 13 |
|
11 | 14 | /.github @iluuu1994 @TimWolla
|
12 | 15 | /build/gen_stub.php @kocsismate
|
13 |
| -/ext/bcmath @Girgias |
| 16 | +/ext/bcmath @Girgias @nielsdos @SakiTakamachi |
14 | 17 | /ext/curl @adoy
|
15 | 18 | /ext/date @derickr
|
16 | 19 | /ext/dba @Girgias
|
17 | 20 | /ext/dom @nielsdos
|
18 | 21 | /ext/ffi @dstogov
|
| 22 | +/ext/gd @devnexen |
19 | 23 | /ext/gettext @devnexen
|
20 | 24 | /ext/gmp @Girgias
|
21 | 25 | /ext/imap @Girgias
|
22 | 26 | /ext/intl @devnexen
|
23 | 27 | /ext/json @bukka
|
24 | 28 | /ext/libxml @nielsdos
|
25 |
| -/ext/mbstring @alexdowad |
| 29 | +/ext/mbstring @alexdowad @youkidearitai |
| 30 | +/ext/mysqlnd @SakiTakamachi |
26 | 31 | /ext/odbc @NattyNarwhal
|
27 | 32 | /ext/opcache @dstogov @iluuu1994
|
28 | 33 | /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 |
31 | 42 | /ext/pgsql @devnexen
|
32 | 43 | /ext/random @TimWolla @zeriyoshi
|
33 | 44 | /ext/session @Girgias
|
| 45 | +/ext/simplexml @nielsdos |
34 | 46 | /ext/sockets @devnexen
|
35 | 47 | /ext/spl @Girgias
|
36 | 48 | /ext/standard @bukka
|
| 49 | +/ext/xml @nielsdos |
37 | 50 | /ext/xmlreader @nielsdos
|
| 51 | +/ext/xmlwriter @nielsdos |
38 | 52 | /ext/xsl @nielsdos
|
39 | 53 | /main @bukka
|
40 | 54 | /sapi/fpm @bukka
|
|
44 | 58 | /Zend/zend_API.* @dstogov @iluuu1994
|
45 | 59 | /Zend/zend_call_stack.* @arnaud-lb
|
46 | 60 | /Zend/zend_closures.* @dstogov
|
| 61 | +/Zend/zend_compile.* @iluuu1994 |
| 62 | +/Zend/zend_enum.* @iluuu1994 |
47 | 63 | /Zend/zend_execute.* @dstogov @iluuu1994
|
48 | 64 | /Zend/zend_execute_API.c @dstogov @iluuu1994
|
49 | 65 | /Zend/zend_gc.* @dstogov @arnaud-lb
|
|
0 commit comments