From 13feaf3620520be21a9547961779c4c3844a54b1 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 May 2007 15:44:11 +0000 Subject: [PATCH] Ladies and gentelmens, I bring you our new documentation editor.... Philip Olson! --- ext/standard/credits.c | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.50.1