andi Mon Aug 9 17:53:19 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard credits.c Log: Update credits for php docs http://cvs.php.net/diff.php/php-src/ext/standard/credits.c?r1=1.32&r2=1.32.2.1&ty=u Index: php-src/ext/standard/credits.c diff -u php-src/ext/standard/credits.c:1.32 php-src/ext/standard/credits.c:1.32.2.1 --- php-src/ext/standard/credits.c:1.32 Thu Jan 8 03:17:30 2004 +++ php-src/ext/standard/credits.c Mon Aug 9 17:53:19 2004 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: credits.c,v 1.32 2004/01/08 08:17:30 andi Exp $ */ +/* $Id: credits.c,v 1.32.2.1 2004/08/09 21:53:19 andi Exp $ */ #include "php.h" #include "info.h" @@ -85,9 +85,11 @@ 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(); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php