diff options
| author | Derick Rethans <derick@php.net> | 2003-01-20 12:34:07 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2003-01-20 12:34:07 +0000 |
| commit | f1ba2137c0ace1d56cd4a989699e63c3439f0937 (patch) | |
| tree | 71c038f06eceb5820b53f4dcbbfc7ec51bfa548f | |
| parent | f6cee90129eca155642030fdae98384feddbf7de (diff) | |
| download | php-git-f1ba2137c0ace1d56cd4a989699e63c3439f0937.tar.gz | |
- Add credits for Magnus
| -rw-r--r-- | ext/standard/credits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 2d6fbdd414..45bcc6818b 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -96,7 +96,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 5.0 Quality Assurance Team"); - php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen"); + 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(); } |
