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 @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 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/soap @nielsdos 50/ext/sockets @devnexen 51/ext/spl @Girgias 52/ext/standard @bukka 53/ext/xml @nielsdos 54/ext/xmlreader @nielsdos 55/ext/xmlwriter @nielsdos 56/ext/xsl @nielsdos 57/main @bukka 58/sapi/fpm @bukka 59/Zend/Optimizer @dstogov 60/Zend/zend.* @dstogov 61/Zend/zend_alloc.* @dstogov 62/Zend/zend_API.* @dstogov 63/Zend/zend_call_stack.* @arnaud-lb 64/Zend/zend_closures.* @dstogov 65/Zend/zend_execute.* @dstogov 66/Zend/zend_execute_API.c @dstogov 67/Zend/zend_gc.* @dstogov @arnaud-lb 68/Zend/zend_hash.* @dstogov 69/Zend/zend_inheritance.* @dstogov 70/Zend/zend_max_execution_timer.* @arnaud-lb 71/Zend/zend_object_handlers.* @dstogov 72/Zend/zend_objects.* @dstogov 73/Zend/zend_objects_API.* @dstogov 74/Zend/zend_opcode.* @dstogov 75/Zend/zend_string.* @dstogov 76/Zend/zend_type*.h @dstogov 77/Zend/zend_variables.* @dstogov 78/Zend/zend_vm* @dstogov 79*.stub.php @kocsismate 80