From 1a2fdeb0c616478743738748d3719085ec3d083a Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Tue, 21 Mar 2023 17:08:23 +0000 Subject: [PATCH] [skip ci] Add myself as CODEOWNER for a couple of extensions Mainly because I'm the one who's touched them the most recently and has a vague idea how these extensions work. --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 1ea193c4f62..b4f3375d307 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,9 +11,14 @@ *.stub.php @kocsismate /.github @iluuu1994 @TimWolla /build/gen_stub.php @kocsismate +/ext/dba @Girgias /ext/ffi @dstogov +/ext/gmp @Girgias +/ext/imap @Girgias /ext/opcache @dstogov @iluuu1994 /ext/random @TimWolla +/ext/session @Girgias +/ext/spl @Girgias /Zend @iluuu1994 /Zend/Optimizer @dstogov /Zend/zend.* @dstogov