From: Hannes Magnusson Date: Tue, 22 May 2007 15:46:27 +0000 (+0000) Subject: Philip, the new phpdoc editor \o/ X-Git-Tag: RELEASE_1_4~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4324a5e4ba3ae668cf1a3c2426241fd6ac385a5;p=php Philip, the new phpdoc editor \o/ --- diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 158f0e1d78..fec4ef0a5e 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -108,6 +108,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) 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("Editor", "Philip Olson"); CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer"); CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual."); php_info_print_table_end();