xref: /php-src/.github/CODEOWNERS (revision 45ab6074)
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.
7#
8# For more information, see the GitHub CODEOWNERS documentation:
9# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
10
11/.github @iluuu1994 @TimWolla
12/build/gen_stub.php @kocsismate
13/ext/bcmath @Girgias @nielsdos @SakiTakamachi
14/ext/curl @adoy
15/ext/date @derickr
16/ext/dba @Girgias
17/ext/dom @nielsdos
18/ext/ffi @dstogov
19/ext/gettext @devnexen
20/ext/gmp @Girgias
21/ext/intl @devnexen
22/ext/json @bukka
23/ext/libxml @nielsdos
24/ext/mbstring @alexdowad
25/ext/mysqlnd @SakiTakamachi
26/ext/odbc @NattyNarwhal
27/ext/opcache @dstogov @iluuu1994
28/ext/openssl @bukka
29/ext/pcntl @devnexen
30/ext/pdo @SakiTakamachi
31/ext/pdo_dblib @SakiTakamachi
32/ext/pdo_firebird @SakiTakamachi
33/ext/pdo_mysql @SakiTakamachi
34/ext/pdo_odbc @NattyNarwhal @SakiTakamachi
35/ext/pdo_pgsql @devnexen @SakiTakamachi
36/ext/pdo_sqlite @SakiTakamachi
37/ext/pgsql @devnexen
38/ext/random @TimWolla @zeriyoshi
39/ext/session @Girgias
40/ext/simplexml @nielsdos
41/ext/sockets @devnexen
42/ext/spl @Girgias
43/ext/standard @bukka
44/ext/xml @nielsdos
45/ext/xmlreader @nielsdos
46/ext/xmlwriter @nielsdos
47/ext/xsl @nielsdos
48/main @bukka
49/sapi/fpm @bukka
50/Zend @iluuu1994
51/Zend/Optimizer @dstogov
52/Zend/zend.* @dstogov
53/Zend/zend_alloc.* @dstogov
54/Zend/zend_API.* @dstogov
55/Zend/zend_call_stack.* @arnaud-lb
56/Zend/zend_closures.* @dstogov
57/Zend/zend_execute.* @dstogov
58/Zend/zend_execute_API.c @dstogov
59/Zend/zend_gc.* @dstogov @arnaud-lb
60/Zend/zend_hash.* @dstogov
61/Zend/zend_inheritance.* @dstogov
62/Zend/zend_max_execution_timer.* @arnaud-lb
63/Zend/zend_object_handlers.* @dstogov
64/Zend/zend_objects.* @dstogov
65/Zend/zend_objects_API.* @dstogov
66/Zend/zend_opcode.* @dstogov
67/Zend/zend_string.* @dstogov
68/Zend/zend_type*.h @dstogov
69/Zend/zend_variables.* @dstogov
70/Zend/zend_vm* @dstogov
71*.stub.php @kocsismate
72