From: Hannes Magnusson Date: Tue, 22 May 2007 15:44:11 +0000 (+0000) Subject: Ladies and gentelmens, X-Git-Tag: php-5.2.3RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13feaf3620520be21a9547961779c4c3844a54b1;p=php Ladies and gentelmens, I bring you our new documentation editor.... Philip Olson! --- diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 8834cfde9f..4610c3ee7a 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -97,6 +97,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();