Skip to content

Commit a284c3e

Browse files
committed
[skip ci] Add CODEOWNERS in PHP-8.2 branch
GitHub at the time of this writing, requires CODEOWNERS file to be present in each branch for the pull request reviews. This adds adjusted CODEOWNERS file from current master branch with updated requests and changes in PHP-8.3 branch. Closes GH-13623
1 parent 932982f commit a284c3e

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

.github/CODEOWNERS

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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/gettext @devnexen
20+
/ext/gmp @Girgias
21+
/ext/imap @Girgias
22+
/ext/intl @devnexen
23+
/ext/json @bukka
24+
/ext/libxml @nielsdos
25+
/ext/mbstring @alexdowad
26+
/ext/odbc @NattyNarwhal
27+
/ext/opcache @dstogov @iluuu1994
28+
/ext/openssl @bukka
29+
/ext/pdo_odbc @NattyNarwhal
30+
/ext/pdo_pgsql @devnexen
31+
/ext/pgsql @devnexen
32+
/ext/random @TimWolla @zeriyoshi
33+
/ext/session @Girgias
34+
/ext/sockets @devnexen
35+
/ext/spl @Girgias
36+
/ext/standard @bukka
37+
/ext/xmlreader @nielsdos
38+
/ext/xsl @nielsdos
39+
/main @bukka
40+
/sapi/fpm @bukka
41+
/Zend @iluuu1994
42+
/Zend/Optimizer @dstogov
43+
/Zend/zend.* @dstogov
44+
/Zend/zend_alloc.* @dstogov
45+
/Zend/zend_API.* @dstogov
46+
/Zend/zend_call_stack.* @arnaud-lb
47+
/Zend/zend_closures.* @dstogov
48+
/Zend/zend_execute.* @dstogov
49+
/Zend/zend_execute_API.c @dstogov
50+
/Zend/zend_gc.* @dstogov @arnaud-lb
51+
/Zend/zend_hash.* @dstogov
52+
/Zend/zend_inheritance.* @dstogov
53+
/Zend/zend_max_execution_timer.* @arnaud-lb
54+
/Zend/zend_object_handlers.* @dstogov
55+
/Zend/zend_objects.* @dstogov
56+
/Zend/zend_objects_API.* @dstogov
57+
/Zend/zend_opcode.* @dstogov
58+
/Zend/zend_string.* @dstogov
59+
/Zend/zend_type*.h @dstogov
60+
/Zend/zend_variables.* @dstogov
61+
/Zend/zend_vm* @dstogov
62+
*.stub.php @kocsismate

0 commit comments

Comments
 (0)