mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
- And this is version 5.1
This commit is contained in:
parent
974adb419a
commit
6c87db9e99
@ -96,7 +96,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC)
|
||||
|
||||
if (flag & PHP_CREDITS_QA) {
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(1, "PHP 5.0 Quality Assurance Team");
|
||||
php_info_print_table_header(1, "PHP 5.1 Quality Assurance Team");
|
||||
php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen");
|
||||
php_info_print_table_end();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user