bjori                                    Fri, 18 Sep 2009 22:01:58 +0000

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

Log:
Throw some credit around

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

Modified: php/php-src/branches/PHP_5_3/ext/standard/credits.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/credits.c 2009-09-18 21:10:16 UTC 
(rev 288445)
+++ php/php-src/branches/PHP_5_3/ext/standard/credits.c 2009-09-18 22:01:58 UTC 
(rev 288446)
@@ -109,10 +109,17 @@
        }

        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();
        }


Modified: php/php-src/trunk/ext/standard/credits.c
===================================================================
--- php/php-src/trunk/ext/standard/credits.c    2009-09-18 21:10:16 UTC (rev 
288445)
+++ php/php-src/trunk/ext/standard/credits.c    2009-09-18 22:01:58 UTC (rev 
288446)
@@ -120,10 +120,17 @@
        }

        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();
        }


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

Reply via email to