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