ID: 39941
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Unknown/Other Function
Operating System: irrelevant
PHP Version: 5.2.0
New Comment:
I've updated the credits in CVS.
Gabor, thank you for your priceless contribution, I hope you'll find
some time to continue working as a part of documentation team =)
Previous Comments:
------------------------------------------------------------------------
[2006-12-24 13:04:36] [EMAIL PROTECTED]
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();
}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=39941&edit=1