From: Kalle Sommer Nielsen Date: Wed, 27 May 2015 14:50:01 +0000 (+0200) Subject: [16:45] <@bjori> salathe: http://git.php.net/?p=php-src.git;a=commit;h=d4324a5e4ba3ae... X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a7f792b6f26466a11f5480f579f30d42c4d18ab;p=php [16:45] <@bjori> salathe: http://git.php.net/?p=php-src.git;a=commit;h=d4324a5e4ba3ae668cf1a3c2426241fd6ac385a5 && http://git.php.net/?p=php-src.git;a=commit;h=9de8833bea9fe39556066e7ff77b136697652d02 [16:45] <@bjori> you should probably move philip to authors, and yourself out of the author list --- diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 934ddb24b1..dc40c637b7 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -96,7 +96,7 @@ PHPAPI void php_print_credits(int flag) /* {{{ */ 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, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey, Peter Cowburn"); + CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey"); CREDIT_LINE("Editor", "Peter Cowburn"); CREDIT_LINE("User Note Maintainers", "Daniel P. Brown, Thiago Henrique Pojda"); CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual.");