mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Throw some credit around
This commit is contained in:
parent
17b8336047
commit
6f94e2dd2a
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */
|
|||
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(1, "PHP Group");
|
||||
php_info_print_table_row(1, "Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski");
|
||||
php_info_print_table_row(1, "Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski, Wolegequ Gelivable");
|
||||
php_info_print_table_end();
|
||||
}
|
||||
|
||||
|
@ -114,7 +114,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */
|
|||
php_info_print_table_start();
|
||||
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("PHP Websites Team", "Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen, Wolegequ Gelivable");
|
||||
CREDIT_LINE("Event Maintainers", "Damien Seguy, Daniel P. Brown");
|
||||
/* Mirroring */
|
||||
CREDIT_LINE("Network Infrastructure", "Daniel P. Brown");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue