mirror of
https://github.com/php/php-src.git
synced 2026-04-02 21:52:36 +02:00
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
63 lines
1.9 KiB
Plaintext
63 lines
1.9 KiB
Plaintext
# The following volunteers have self-identified as subject matter experts
|
|
# or interested parties over a particular area of the php-src source code.
|
|
# While requesting a review from someone does not obligate that person to
|
|
# review a pull request, these reviewers might have valuable knowledge of
|
|
# the problem area and could aid in deciding whether a pull request is ready
|
|
# for merging.
|
|
#
|
|
# For more information, see the GitHub CODEOWNERS documentation:
|
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
|
|
/.github @iluuu1994 @TimWolla
|
|
/build/gen_stub.php @kocsismate
|
|
/ext/bcmath @Girgias
|
|
/ext/curl @adoy
|
|
/ext/date @derickr
|
|
/ext/dba @Girgias
|
|
/ext/dom @nielsdos
|
|
/ext/ffi @dstogov
|
|
/ext/gettext @devnexen
|
|
/ext/gmp @Girgias
|
|
/ext/imap @Girgias
|
|
/ext/intl @devnexen
|
|
/ext/json @bukka
|
|
/ext/libxml @nielsdos
|
|
/ext/mbstring @alexdowad
|
|
/ext/odbc @NattyNarwhal
|
|
/ext/opcache @dstogov @iluuu1994
|
|
/ext/openssl @bukka
|
|
/ext/pdo_odbc @NattyNarwhal
|
|
/ext/pdo_pgsql @devnexen
|
|
/ext/pgsql @devnexen
|
|
/ext/random @TimWolla @zeriyoshi
|
|
/ext/session @Girgias
|
|
/ext/sockets @devnexen
|
|
/ext/spl @Girgias
|
|
/ext/standard @bukka
|
|
/ext/xmlreader @nielsdos
|
|
/ext/xsl @nielsdos
|
|
/main @bukka
|
|
/sapi/fpm @bukka
|
|
/Zend @iluuu1994
|
|
/Zend/Optimizer @dstogov
|
|
/Zend/zend.* @dstogov
|
|
/Zend/zend_alloc.* @dstogov
|
|
/Zend/zend_API.* @dstogov
|
|
/Zend/zend_call_stack.* @arnaud-lb
|
|
/Zend/zend_closures.* @dstogov
|
|
/Zend/zend_execute.* @dstogov
|
|
/Zend/zend_execute_API.c @dstogov
|
|
/Zend/zend_gc.* @dstogov @arnaud-lb
|
|
/Zend/zend_hash.* @dstogov
|
|
/Zend/zend_inheritance.* @dstogov
|
|
/Zend/zend_max_execution_timer.* @arnaud-lb
|
|
/Zend/zend_object_handlers.* @dstogov
|
|
/Zend/zend_objects.* @dstogov
|
|
/Zend/zend_objects_API.* @dstogov
|
|
/Zend/zend_opcode.* @dstogov
|
|
/Zend/zend_string.* @dstogov
|
|
/Zend/zend_type*.h @dstogov
|
|
/Zend/zend_variables.* @dstogov
|
|
/Zend/zend_vm* @dstogov
|
|
*.stub.php @kocsismate
|