]> granicus.if.org Git - php/commitdiff
[16:45] <@bjori> salathe: http://git.php.net/?p=php-src.git;a=commit;h=d4324a5e4ba3ae...
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 27 May 2015 14:50:01 +0000 (16:50 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 27 May 2015 14:50:01 +0000 (16:50 +0200)
[16:45] <@bjori> you should probably move philip to authors, and yourself out of the author list

ext/standard/credits.c

index 934ddb24b1a2f69a4b48a9999c4063b3f457f8b0..dc40c637b78da5671db01f379880fb50fc1d485c 100644 (file)
@@ -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.");