Skip to content

Commit 72197e3

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Add CODEOWNERS in PHP-8.2 branch
2 parents a8d575e + a284c3e commit 72197e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# For more information, see the GitHub CODEOWNERS documentation:
99
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
1010

11-
*.stub.php @kocsismate
1211
/.github @iluuu1994 @TimWolla
1312
/build/gen_stub.php @kocsismate
1413
/ext/bcmath @Girgias
@@ -17,19 +16,26 @@
1716
/ext/dba @Girgias
1817
/ext/dom @nielsdos
1918
/ext/ffi @dstogov
19+
/ext/gettext @devnexen
2020
/ext/gmp @Girgias
2121
/ext/imap @Girgias
22+
/ext/intl @devnexen
2223
/ext/json @bukka
2324
/ext/libxml @nielsdos
2425
/ext/mbstring @alexdowad
26+
/ext/odbc @NattyNarwhal
2527
/ext/opcache @dstogov @iluuu1994
2628
/ext/openssl @bukka
29+
/ext/pdo_odbc @NattyNarwhal
30+
/ext/pdo_pgsql @devnexen
2731
/ext/pgsql @devnexen
2832
/ext/random @TimWolla @zeriyoshi
2933
/ext/session @Girgias
3034
/ext/sockets @devnexen
3135
/ext/spl @Girgias
3236
/ext/standard @bukka
37+
/ext/xmlreader @nielsdos
38+
/ext/xsl @nielsdos
3339
/main @bukka
3440
/sapi/fpm @bukka
3541
/Zend @iluuu1994
@@ -53,3 +59,4 @@
5359
/Zend/zend_type*.h @dstogov
5460
/Zend/zend_variables.* @dstogov
5561
/Zend/zend_vm* @dstogov
62+
*.stub.php @kocsismate

0 commit comments

Comments
 (0)