This is an automated email from the ASF dual-hosted git repository. Jens-G pushed a commit to branch codeowners in repository https://gitbox.apache.org/repos/asf/thrift.git
commit 58e3b60dadf18bc351980d18b0dc35cf2b467570 Author: Jens Geyer <[email protected]> AuthorDate: Sun May 3 18:25:24 2026 +0200 updated CODEOWNERS for PHP --- .github/CODEOWNERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 78549b40f..eb7ed8545 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -50,11 +50,12 @@ /compiler/cpp/src/thrift/generate/t_html_generator.* @Jens-G /compiler/cpp/src/thrift/generate/t_markdown_generator.* @Jens-G /compiler/cpp/src/thrift/generate/t_rb_generator.* @kpumuk +/compiler/cpp/src/thrift/generate/t_php_generator.* @sveneld # Generators without a dedicated committer: # t_cl_generator.*, t_d_generator.*, t_dart_generator.*, # t_erl_generator.*, t_lua_generator.*, t_ocaml_generator.*, -# t_perl_generator.*, t_php_generator.*, +# t_perl_generator.*, # t_st_generator.*, t_javame_generator.*, t_swift_generator.*, # t_json_generator.*, t_xml_generator.*, t_xsd_generator.* @@ -115,6 +116,11 @@ # Kotlin /lib/kotlin/ @jimexist +# PHP +/lib/php/ @sveneld # Volodymyr Panivko +/test/php/ @sveneld +/tutorial/php/ @sveneld + # Python /lib/py/ @mhlakhani /test/py/ @mhlakhani
