Skip to content

Commit add3ec4

Browse files
committed
s/4.4/5.0
1 parent aebb39b commit add3ec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/standard/credits.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ PHPAPI void php_print_credits(int flag)
9595

9696
if (flag & PHP_CREDITS_QA) {
9797
php_info_print_table_start();
98-
php_info_print_table_header(1, "PHP 4.4 Quality Assurance Team");
98+
php_info_print_table_header(1, "PHP 5.0 Quality Assurance Team");
9999
php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen");
100100
php_info_print_table_end();
101101
}

0 commit comments

Comments
 (0)