xref: /php-src/.github/CODEOWNERS (revision 0c3dd16f)
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/gd @devnexen
20/ext/gettext @devnexen
21/ext/gmp @Girgias
22/ext/intl @devnexen
23/ext/json @bukka
24/ext/libxml @nielsdos
25/ext/mbstring @alexdowad
26/ext/mysqlnd @SakiTakamachi
27/ext/odbc @NattyNarwhal
28/ext/opcache @dstogov @iluuu1994
29/ext/openssl @bukka
30/ext/pcntl @devnexen
31/ext/pdo @SakiTakamachi
32/ext/pdo_dblib @SakiTakamachi
33/ext/pdo_firebird @SakiTakamachi
34/ext/pdo_mysql @SakiTakamachi
35/ext/pdo_odbc @NattyNarwhal @SakiTakamachi
36/ext/pdo_pgsql @devnexen @SakiTakamachi
37/ext/pdo_sqlite @SakiTakamachi
38/ext/pgsql @devnexen
39/ext/random @TimWolla @zeriyoshi
40/ext/session @Girgias
41/ext/simplexml @nielsdos
42/ext/sockets @devnexen
43/ext/spl @Girgias
44/ext/standard @bukka
45/ext/xml @nielsdos
46/ext/xmlreader @nielsdos
47/ext/xmlwriter @nielsdos
48/ext/xsl @nielsdos
49/main @bukka
50/sapi/fpm @bukka
51/Zend/Optimizer @dstogov @iluuu1994
52/Zend/zend.* @dstogov
53/Zend/zend_alloc.* @dstogov
54/Zend/zend_API.* @dstogov @iluuu1994
55/Zend/zend_call_stack.* @arnaud-lb
56/Zend/zend_closures.* @dstogov
57/Zend/zend_compile.* @iluuu1994
58/Zend/zend_enum.* @iluuu1994
59/Zend/zend_execute.* @dstogov @iluuu1994
60/Zend/zend_execute_API.c @dstogov @iluuu1994
61/Zend/zend_frameless_function.* @iluuu1994
62/Zend/zend_gc.* @dstogov @arnaud-lb
63/Zend/zend_hash.* @dstogov
64/Zend/zend_inheritance.* @dstogov @iluuu1994
65/Zend/zend_max_execution_timer.* @arnaud-lb
66/Zend/zend_object_handlers.* @dstogov @iluuu1994
67/Zend/zend_objects.* @dstogov @iluuu1994
68/Zend/zend_objects_API.* @dstogov @iluuu1994
69/Zend/zend_opcode.* @dstogov @iluuu1994
70/Zend/zend_string.* @dstogov
71/Zend/zend_type*.h @dstogov @iluuu1994
72/Zend/zend_variables.* @dstogov
73/Zend/zend_vm* @dstogov @iluuu1994
74*.stub.php @kocsismate
75