1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Adding Sebastian Bergmann to QA team list.

This commit is contained in:
James Moore
2001-02-05 10:18:14 +00:00
parent fad70e0d98
commit efa9319c64

View File

@@ -94,7 +94,7 @@ PHPAPI void php_print_credits(int flag)
if (flag & PHP_CREDITS_QA) {
php_info_print_table_start();
php_info_print_table_header(1, "PHP Quality Assurance Team");
php_info_print_table_row(1, "Andre Langhorst, Hellekin O. Wolf, Jalal Pushman, James Moore, Jani Taskinen, Joey Smith, Olivier Cahagne, Phil Driscoll, Zak Greant");
php_info_print_table_row(1, "Andre Langhorst, Hellekin O. Wolf, Jalal Pushman, James Moore, Jani Taskinen, Joey Smith, Olivier Cahagne, Phil Driscoll, Sebastian Bergmann, Zak Greant");
php_info_print_table_end();
}