From: Philip Olson Date: Thu, 10 Apr 2008 05:31:53 +0000 (+0000) Subject: MFH: Updated the documentation credits X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b69959a927a05cc1660238bbeab77523074c660;p=php MFH: Updated the documentation credits --- diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 608f2b7018..0c12cf1c9d 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -94,9 +94,9 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ if (flag & PHP_CREDITS_DOCS) { php_info_print_table_start(); php_info_print_table_colspan_header(2, "PHP Documentation"); - CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana"); + 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", "Mehdi Achour, Friedhelm Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer"); + CREDIT_LINE("User Note Maintainers", "Friedhelm Betz, Etienne Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz"); CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual."); php_info_print_table_end(); }