]> granicus.if.org Git - php/commitdiff
Throw some credit around
authorHannes Magnusson <bjori@php.net>
Fri, 18 Sep 2009 22:01:58 +0000 (22:01 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 18 Sep 2009 22:01:58 +0000 (22:01 +0000)
ext/standard/credits.c

index baa528630de93a7b8c52766a054ea0e9590157aa..cb4690ec44c633b0a3256fd6eaa764c72c9aa3c4 100644 (file)
@@ -120,10 +120,17 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */
        }
 
        if (flag & PHP_CREDITS_WEB) {
-               /* Website Team */
+               /* Websites and infrastrucutre */
+
                php_info_print_table_start();
-               php_info_print_table_header(1, "PHP Website Team");
-               php_info_print_table_row(1, "Rasmus Lerdorf, Hannes Magnusson, Philip Olson");
+               php_info_print_table_header(1, "Websites and Infrastructure team");
+               /* www., wiki., windows., master., and others, I guess pecl. too? */
+               CREDIT_LINE("PHP Websites Team", "Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen");
+               CREDIT_LINE("Event Maintainers", "Damien Seguy, Daniel P. Brown");
+               /* Mirroring */
+               CREDIT_LINE("Network Infrastructure", "Daniel P. Brown");
+               /* Windows build boxes and such things */
+               CREDIT_LINE("Windows Infrastructure", "Alex Schoenmaker");
                php_info_print_table_end();
        }