|
14 | 14 | # For more information, see the GitHub CODEOWNERS documentation: |
15 | 15 | # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
16 | 16 |
|
17 | | -/.github @iluuu1994 @TimWolla |
| 17 | +/.github @TimWolla |
18 | 18 | /build/gen_stub.php @kocsismate |
19 | | -/ext/bcmath @Girgias @nielsdos @SakiTakamachi |
| 19 | +/ext/bcmath @ndossche @SakiTakamachi |
20 | 20 | /ext/curl @adoy |
21 | 21 | /ext/date @derickr |
22 | 22 | /ext/dba @Girgias |
23 | | -/ext/dom @nielsdos |
| 23 | +/ext/dom @ndossche |
24 | 24 | /ext/ffi @dstogov |
25 | 25 | /ext/gd @devnexen |
26 | 26 | /ext/gettext @devnexen |
27 | 27 | /ext/gmp @Girgias |
28 | 28 | /ext/intl @devnexen |
29 | 29 | /ext/json @bukka |
30 | | -/ext/libxml @nielsdos |
| 30 | +/ext/lexbor @kocsismate @ndossche |
| 31 | +/ext/libxml @ndossche |
31 | 32 | /ext/mbstring @alexdowad @youkidearitai |
32 | | -/ext/mysqlnd @SakiTakamachi |
| 33 | +/ext/mysqli @bukka @kamil-tekiela |
| 34 | +/ext/mysqlnd @bukka @kamil-tekiela @SakiTakamachi |
33 | 35 | /ext/odbc @NattyNarwhal |
34 | | -/ext/opcache @dstogov @iluuu1994 |
| 36 | +/ext/opcache @dstogov |
35 | 37 | /ext/openssl @bukka |
36 | 38 | /ext/pcntl @devnexen |
37 | 39 | /ext/pdo @SakiTakamachi |
38 | 40 | /ext/pdo_dblib @SakiTakamachi |
39 | 41 | /ext/pdo_firebird @SakiTakamachi |
40 | | -/ext/pdo_mysql @SakiTakamachi |
| 42 | +/ext/pdo_mysql @kamil-tekiela @SakiTakamachi |
41 | 43 | /ext/pdo_odbc @NattyNarwhal @SakiTakamachi |
42 | 44 | /ext/pdo_pgsql @devnexen @SakiTakamachi |
43 | 45 | /ext/pdo_sqlite @SakiTakamachi |
44 | 46 | /ext/pgsql @devnexen |
45 | 47 | /ext/random @TimWolla @zeriyoshi |
| 48 | +/ext/reflection @DanielEScherzer |
46 | 49 | /ext/session @Girgias |
47 | | -/ext/simplexml @nielsdos |
| 50 | +/ext/simplexml @ndossche |
| 51 | +/ext/soap @ndossche |
48 | 52 | /ext/sockets @devnexen |
49 | 53 | /ext/spl @Girgias |
50 | 54 | /ext/standard @bukka |
51 | | -/ext/xml @nielsdos |
52 | | -/ext/xmlreader @nielsdos |
53 | | -/ext/xmlwriter @nielsdos |
54 | | -/ext/xsl @nielsdos |
| 55 | +/ext/tidy @ndossche |
| 56 | +/ext/uri @kocsismate @TimWolla |
| 57 | +/ext/xml @ndossche |
| 58 | +/ext/xmlreader @ndossche |
| 59 | +/ext/xmlwriter @ndossche |
| 60 | +/ext/xsl @ndossche |
55 | 61 | /main @bukka |
56 | 62 | /sapi/fpm @bukka |
57 | | -/Zend/Optimizer @dstogov @iluuu1994 |
| 63 | +/Zend/Optimizer @dstogov |
58 | 64 | /Zend/zend.* @dstogov |
59 | 65 | /Zend/zend_alloc.* @dstogov |
60 | | -/Zend/zend_API.* @dstogov @iluuu1994 |
| 66 | +/Zend/zend_API.* @dstogov |
61 | 67 | /Zend/zend_call_stack.* @arnaud-lb |
62 | 68 | /Zend/zend_closures.* @dstogov |
63 | | -/Zend/zend_compile.* @iluuu1994 |
64 | | -/Zend/zend_enum.* @iluuu1994 |
65 | | -/Zend/zend_execute.* @dstogov @iluuu1994 |
66 | | -/Zend/zend_execute_API.c @dstogov @iluuu1994 |
67 | | -/Zend/zend_frameless_function.* @iluuu1994 |
| 69 | +/Zend/zend_execute.* @dstogov |
| 70 | +/Zend/zend_execute_API.c @dstogov |
68 | 71 | /Zend/zend_gc.* @dstogov @arnaud-lb |
69 | 72 | /Zend/zend_hash.* @dstogov |
70 | | -/Zend/zend_inheritance.* @dstogov @iluuu1994 |
| 73 | +/Zend/zend_inheritance.* @dstogov |
71 | 74 | /Zend/zend_max_execution_timer.* @arnaud-lb |
72 | | -/Zend/zend_object_handlers.* @dstogov @iluuu1994 |
73 | | -/Zend/zend_objects.* @dstogov @iluuu1994 |
74 | | -/Zend/zend_objects_API.* @dstogov @iluuu1994 |
75 | | -/Zend/zend_opcode.* @dstogov @iluuu1994 |
| 75 | +/Zend/zend_object_handlers.* @dstogov |
| 76 | +/Zend/zend_objects.* @dstogov |
| 77 | +/Zend/zend_objects_API.* @dstogov |
| 78 | +/Zend/zend_opcode.* @dstogov |
76 | 79 | /Zend/zend_string.* @dstogov |
77 | | -/Zend/zend_type*.h @dstogov @iluuu1994 |
| 80 | +/Zend/zend_type*.h @dstogov |
78 | 81 | /Zend/zend_variables.* @dstogov |
79 | | -/Zend/zend_vm* @dstogov @iluuu1994 |
| 82 | +/Zend/zend_vm* @dstogov |
80 | 83 | *.stub.php @kocsismate |
0 commit comments