|
5 | 5 | # the problem area and could aid in deciding whether a pull request is ready |
6 | 6 | # for merging. |
7 | 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 | +# |
8 | 14 | # For more information, see the GitHub CODEOWNERS documentation: |
9 | 15 | # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
10 | 16 |
|
11 | | -/.github @iluuu1994 @TimWolla |
| 17 | +/.github @TimWolla |
12 | 18 | /build/gen_stub.php @kocsismate |
13 | 19 | /ext/bcmath @Girgias @nielsdos @SakiTakamachi |
14 | 20 | /ext/curl @adoy |
|
22 | 28 | /ext/intl @devnexen |
23 | 29 | /ext/json @bukka |
24 | 30 | /ext/libxml @nielsdos |
25 | | -/ext/mbstring @alexdowad |
26 | | -/ext/mysqlnd @SakiTakamachi |
| 31 | +/ext/mbstring @alexdowad @youkidearitai |
| 32 | +/ext/mysqli @bukka @kamil-tekiela |
| 33 | +/ext/mysqlnd @bukka @kamil-tekiela @SakiTakamachi |
27 | 34 | /ext/odbc @NattyNarwhal |
28 | | -/ext/opcache @dstogov @iluuu1994 |
| 35 | +/ext/opcache @dstogov |
29 | 36 | /ext/openssl @bukka |
30 | 37 | /ext/pcntl @devnexen |
31 | 38 | /ext/pdo @SakiTakamachi |
32 | 39 | /ext/pdo_dblib @SakiTakamachi |
33 | 40 | /ext/pdo_firebird @SakiTakamachi |
34 | | -/ext/pdo_mysql @SakiTakamachi |
| 41 | +/ext/pdo_mysql @kamil-tekiela @SakiTakamachi |
35 | 42 | /ext/pdo_odbc @NattyNarwhal @SakiTakamachi |
36 | 43 | /ext/pdo_pgsql @devnexen @SakiTakamachi |
37 | 44 | /ext/pdo_sqlite @SakiTakamachi |
38 | 45 | /ext/pgsql @devnexen |
39 | 46 | /ext/random @TimWolla @zeriyoshi |
| 47 | +/ext/reflection @DanielEScherzer |
40 | 48 | /ext/session @Girgias |
41 | 49 | /ext/simplexml @nielsdos |
| 50 | +/ext/soap @nielsdos |
42 | 51 | /ext/sockets @devnexen |
43 | 52 | /ext/spl @Girgias |
44 | 53 | /ext/standard @bukka |
|
48 | 57 | /ext/xsl @nielsdos |
49 | 58 | /main @bukka |
50 | 59 | /sapi/fpm @bukka |
51 | | -/Zend/Optimizer @dstogov @iluuu1994 |
| 60 | +/Zend/Optimizer @dstogov |
52 | 61 | /Zend/zend.* @dstogov |
53 | 62 | /Zend/zend_alloc.* @dstogov |
54 | | -/Zend/zend_API.* @dstogov @iluuu1994 |
| 63 | +/Zend/zend_API.* @dstogov |
55 | 64 | /Zend/zend_call_stack.* @arnaud-lb |
56 | 65 | /Zend/zend_closures.* @dstogov |
57 | | -/Zend/zend_compile.* @iluuu1994 |
58 | | -/Zend/zend_enum.* @iluuu1994 |
59 | | -/Zend/zend_execute.* @dstogov @iluuu1994 |
60 | | -/Zend/zend_execute_API.c @dstogov @iluuu1994 |
61 | | -/Zend/zend_frameless_function.* @iluuu1994 |
| 66 | +/Zend/zend_execute.* @dstogov |
| 67 | +/Zend/zend_execute_API.c @dstogov |
62 | 68 | /Zend/zend_gc.* @dstogov @arnaud-lb |
63 | 69 | /Zend/zend_hash.* @dstogov |
64 | | -/Zend/zend_inheritance.* @dstogov @iluuu1994 |
| 70 | +/Zend/zend_inheritance.* @dstogov |
65 | 71 | /Zend/zend_max_execution_timer.* @arnaud-lb |
66 | | -/Zend/zend_object_handlers.* @dstogov @iluuu1994 |
67 | | -/Zend/zend_objects.* @dstogov @iluuu1994 |
68 | | -/Zend/zend_objects_API.* @dstogov @iluuu1994 |
69 | | -/Zend/zend_opcode.* @dstogov @iluuu1994 |
| 72 | +/Zend/zend_object_handlers.* @dstogov |
| 73 | +/Zend/zend_objects.* @dstogov |
| 74 | +/Zend/zend_objects_API.* @dstogov |
| 75 | +/Zend/zend_opcode.* @dstogov |
70 | 76 | /Zend/zend_string.* @dstogov |
71 | | -/Zend/zend_type*.h @dstogov @iluuu1994 |
| 77 | +/Zend/zend_type*.h @dstogov |
72 | 78 | /Zend/zend_variables.* @dstogov |
73 | | -/Zend/zend_vm* @dstogov @iluuu1994 |
| 79 | +/Zend/zend_vm* @dstogov |
74 | 80 | *.stub.php @kocsismate |
0 commit comments