We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebb39b commit add3ec4Copy full SHA for add3ec4
1 file changed
ext/standard/credits.c
@@ -95,7 +95,7 @@ PHPAPI void php_print_credits(int flag)
95
96
if (flag & PHP_CREDITS_QA) {
97
php_info_print_table_start();
98
- php_info_print_table_header(1, "PHP 4.4 Quality Assurance Team");
+ php_info_print_table_header(1, "PHP 5.0 Quality Assurance Team");
99
php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen");
100
php_info_print_table_end();
101
}
0 commit comments