]> granicus.if.org Git - php/commitdiff
updated manual editor
authorPeter Cowburn <petercowburn@gmail.com>
Wed, 27 May 2015 10:20:21 +0000 (11:20 +0100)
committerPeter Cowburn <petercowburn@gmail.com>
Wed, 27 May 2015 10:20:21 +0000 (11:20 +0100)
ext/standard/credits.c

index 7edec5c51d87e979a7fbe988aa4e9a3b02ce454f..934ddb24b1a2f69a4b48a9999c4063b3f457f8b0 100644 (file)
@@ -97,7 +97,7 @@ PHPAPI void php_print_credits(int flag) /* {{{ */
                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("Editor", "Philip Olson");
+               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.");
                php_info_print_table_end();