xref: /PHP-8.2/CODEOWNERS (revision af80cba8)
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
14/ext/curl @adoy
15/ext/date @derickr
16/ext/dba @Girgias
17/ext/dom @nielsdos
18/ext/ffi @dstogov
19/ext/gmp @Girgias
20/ext/intl @devnexen
21/ext/json @bukka
22/ext/libxml @nielsdos
23/ext/mbstring @alexdowad
24/ext/opcache @dstogov @iluuu1994
25/ext/openssl @bukka
26/ext/odbc @NattyNarwhal
27/ext/pdo_pgsql @devnexen
28/ext/pgsql @devnexen
29/ext/random @TimWolla @zeriyoshi
30/ext/session @Girgias
31/ext/sockets @devnexen
32/ext/spl @Girgias
33/ext/standard @bukka
34/ext/xsl @nielsdos
35/main @bukka
36/sapi/fpm @bukka
37/Zend @iluuu1994
38/Zend/Optimizer @dstogov
39/Zend/zend.* @dstogov
40/Zend/zend_alloc.* @dstogov
41/Zend/zend_API.* @dstogov
42/Zend/zend_closures.* @dstogov
43/Zend/zend_execute.* @dstogov
44/Zend/zend_execute_API.c @dstogov
45/Zend/zend_gc.* @dstogov
46/Zend/zend_hash.* @dstogov
47/Zend/zend_inheritance.* @dstogov
48/Zend/zend_object_handlers.* @dstogov
49/Zend/zend_objects.* @dstogov
50/Zend/zend_objects_API.* @dstogov
51/Zend/zend_opcode.* @dstogov
52/Zend/zend_string.* @dstogov
53/Zend/zend_type*.h @dstogov
54/Zend/zend_variables.* @dstogov
55/Zend/zend_vm* @dstogov
56*.stub.php @kocsismate
57