|
| 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/intl @devnexen |
| 29 | +/ext/json @bukka |
| 30 | +/ext/libxml @nielsdos |
| 31 | +/ext/mbstring @alexdowad @youkidearitai |
| 32 | +/ext/mysqlnd @SakiTakamachi |
| 33 | +/ext/odbc @NattyNarwhal |
| 34 | +/ext/opcache @dstogov |
| 35 | +/ext/openssl @bukka |
| 36 | +/ext/pcntl @devnexen |
| 37 | +/ext/pdo @SakiTakamachi |
| 38 | +/ext/pdo_dblib @SakiTakamachi |
| 39 | +/ext/pdo_firebird @SakiTakamachi |
| 40 | +/ext/pdo_mysql @SakiTakamachi |
| 41 | +/ext/pdo_odbc @NattyNarwhal @SakiTakamachi |
| 42 | +/ext/pdo_pgsql @devnexen @SakiTakamachi |
| 43 | +/ext/pdo_sqlite @SakiTakamachi |
| 44 | +/ext/pgsql @devnexen |
| 45 | +/ext/random @TimWolla @zeriyoshi |
| 46 | +/ext/session @Girgias |
| 47 | +/ext/simplexml @nielsdos |
| 48 | +/ext/soap @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 |
| 59 | +/Zend/zend.* @dstogov |
| 60 | +/Zend/zend_alloc.* @dstogov |
| 61 | +/Zend/zend_API.* @dstogov |
| 62 | +/Zend/zend_call_stack.* @arnaud-lb |
| 63 | +/Zend/zend_closures.* @dstogov |
| 64 | +/Zend/zend_execute.* @dstogov |
| 65 | +/Zend/zend_execute_API.c @dstogov |
| 66 | +/Zend/zend_gc.* @dstogov @arnaud-lb |
| 67 | +/Zend/zend_hash.* @dstogov |
| 68 | +/Zend/zend_inheritance.* @dstogov |
| 69 | +/Zend/zend_max_execution_timer.* @arnaud-lb |
| 70 | +/Zend/zend_object_handlers.* @dstogov |
| 71 | +/Zend/zend_objects.* @dstogov |
| 72 | +/Zend/zend_objects_API.* @dstogov |
| 73 | +/Zend/zend_opcode.* @dstogov |
| 74 | +/Zend/zend_string.* @dstogov |
| 75 | +/Zend/zend_type*.h @dstogov |
| 76 | +/Zend/zend_variables.* @dstogov |
| 77 | +/Zend/zend_vm* @dstogov |
| 78 | +*.stub.php @kocsismate |
0 commit comments