diff options
| author | Philip Olson <philip@php.net> | 2008-04-10 05:32:26 +0000 |
|---|---|---|
| committer | Philip Olson <philip@php.net> | 2008-04-10 05:32:26 +0000 |
| commit | 63ca89735662e02f58765effca4a6a873343ff06 (patch) | |
| tree | 0db2909f4ab6f9fe3d388649d0e591091932a299 /ext/standard | |
| parent | b584600e1da38583c8ab4325d408946b87302819 (diff) | |
| download | php-git-63ca89735662e02f58765effca4a6a873343ff06.tar.gz | |
MFH: Updated the documentation credits
Diffstat (limited to 'ext/standard')
| -rw-r--r-- | ext/standard/credits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 64c8c4baf3..16e5206026 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -96,9 +96,9 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) if (flag & PHP_CREDITS_DOCS) { php_info_print_table_start(); php_info_print_table_colspan_header(2, "PHP Documentation"); - CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana"); + CREDIT_LINE("Authors", "Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Georg Richter, Damien Seguy, Jakub Vrana"); CREDIT_LINE("Editor", "Philip Olson"); - CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer"); + CREDIT_LINE("User Note Maintainers", "Friedhelm Betz, Etienne Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz"); CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual."); php_info_print_table_end(); } |
