|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-12-25 11:55 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 22:00:01 2025 UTC |
Description: ------------ Credits.c should reflect the changes of the documentation team (from where I resigned earlier) and the php.net website team (from where I resigned today). It should also credit Hannes Magnusson, who is very active in the website team nowadays. Here are the suggested changes. --- credits.c 2006-12-24 13:58:51.000000000 +0100 +++ credits-new.c 2006-12-24 13:59:54.000000000 +0100 @@ -108,7 +108,6 @@ 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("Editor", "Gabor Hojtsy"); CREDIT_LINE("User Note Maintainers", "Mehdi Achour, Friedhelm Betz, Vincent Gevers, Aidan Lister, Nuno Lopes, Tom Sommer"); CREDIT_LINE("Other Contributors", "Previously active authors, editors and other contributors are listed in the manual."); php_info_print_table_end(); @@ -125,7 +124,7 @@ /* Website Team */ php_info_print_table_start(); php_info_print_table_header(1, "PHP Website Team"); - php_info_print_table_row(1, "Gabor Hojtsy, Colin Viebrock, Jim Winstead"); + php_info_print_table_row(1, "Hannes Magnusson, Colin Viebrock, Jim Winstead"); php_info_print_table_end(); }