]> granicus.if.org Git - php/commitdiff
MFH: Updated the documentation credits
authorPhilip Olson <philip@php.net>
Thu, 10 Apr 2008 05:32:26 +0000 (05:32 +0000)
committerPhilip Olson <philip@php.net>
Thu, 10 Apr 2008 05:32:26 +0000 (05:32 +0000)
ext/standard/credits.c

index 64c8c4baf3b7f015a3ef0470a1c869d4b01b3ff6..16e52060264b8b159a0f11b6192cf39e84425815 100644 (file)
@@ -96,9 +96,9 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC)
        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, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana");
+               CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, 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("User Note Maintainers", "Friedhelm Betz, Etienne Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz");
                CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual.");
                php_info_print_table_end();
        }