pajoye                                   Fri, 09 Oct 2009 14:34:18 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=289420

Log:
- Merge: throw some credit around

Changed paths:
    U   php/php-src/branches/PHP_5_3_1/ext/standard/credits.c

Modified: php/php-src/branches/PHP_5_3_1/ext/standard/credits.c
===================================================================
--- php/php-src/branches/PHP_5_3_1/ext/standard/credits.c       2009-10-09 
14:33:38 UTC (rev 289419)
+++ php/php-src/branches/PHP_5_3_1/ext/standard/credits.c       2009-10-09 
14:34:18 UTC (rev 289420)
@@ -109,10 +109,17 @@
        }

        if (flag & PHP_CREDITS_WEB) {
-               /* Website Team */
+               /* Websites and infrastructure */
+
                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_colspan_header(2, "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();
        }


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to