summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-08-09 21:53:19 +0000
committerAndi Gutmans <andi@php.net>2004-08-09 21:53:19 +0000
commit8b3b1eb121cf622a5f3ab8649cc2900dd5d36564 (patch)
tree6f10bdb50d0b95afd628af724937f0785e116319
parent836a7b1a889f5b98aa1a5f4876528c0c60322e8a (diff)
downloadphp-git-8b3b1eb121cf622a5f3ab8649cc2900dd5d36564.tar.gz
Update credits for php docs
-rw-r--r--ext/standard/credits.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c
index b3eff0a87f..7cc9137955 100644
--- a/ext/standard/credits.c
+++ b/ext/standard/credits.c
@@ -85,9 +85,11 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC)
if (flag & PHP_CREDITS_DOCS) {
php_info_print_table_start();
- php_info_print_table_header(1, "PHP Documentation Team");
- php_info_print_table_row(1, "Jouni Ahto, Alexander Aulbach, Stig Bakken, Rasmus Lerdorf, Egon Schmid, Lars Torben Wilson, Jim Winstead");
- php_info_print_table_row(1, "Edited by: Stig Bakken and Egon Schmid");
+ 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();
}