Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit c733f28

Browse files
committed
Add myself to QA
1 parent 6b0299a commit c733f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/credits.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */
105105
if (flag & PHP_CREDITS_QA) {
106106
php_info_print_table_start();
107107
php_info_print_table_header(1, "PHP Quality Assurance Team");
108-
php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen, Pierre-Alain Joye, Dmitry Stogov, Felipe Pena");
108+
php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen, Pierre-Alain Joye, Dmitry Stogov, Felipe Pena, David Soria Parra");
109109
php_info_print_table_end();
110110
}
111111

0 commit comments

Comments
 (0)