php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39941 Reflect team changes in credits.c
Submitted: 2006-12-24 13:04 UTC Modified: 2006-12-25 11:55 UTC
From: goba@php.net Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 5.2.0 OS: irrelevant
Private report: No CVE-ID: None
 [2006-12-24 13:04 UTC] goba@php.net
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();
 	}
 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-25 11:55 UTC] tony2001@php.net
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 =)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 05:01:31 2024 UTC