diff options
author | Felipe Pena <felipe@php.net> | 2010-11-16 23:02:00 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-11-16 23:02:00 +0000 |
commit | 0c7c01a480a8c9c75a50c0a77cea822883721c28 (patch) | |
tree | df10eb286c2805f47750c06d4b6f5dbc98bdaa20 | |
parent | ac08cb6492d2c6404f88dc1accc8e0f603bf1c31 (diff) | |
download | php-git-0c7c01a480a8c9c75a50c0a77cea822883721c28.tar.gz |
- Updated QA and User note maintainers credits
-rw-r--r-- | ext/standard/credits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c index dda18567c5..c80fdcd05d 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -96,7 +96,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ php_info_print_table_colspan_header(2, "PHP Documentation"); CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub Vrana"); CREDIT_LINE("Editor", "Philip Olson"); - CREDIT_LINE("User Note Maintainers", "Friedhelm Betz, Etienne Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz"); + CREDIT_LINE("User Note Maintainers", "Friedhelm Betz, Etienne Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz, Daniel P. Brown"); CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual."); php_info_print_table_end(); } @@ -104,7 +104,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ if (flag & PHP_CREDITS_QA) { php_info_print_table_start(); php_info_print_table_header(1, "PHP Quality Assurance Team"); - 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"); + 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"); php_info_print_table_end(); } |