bjori Tue May 22 15:44:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard credits.c Log: Ladies and gentelmens, I bring you our new documentation editor.... Philip Olson! http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4.2.3&r2=1.36.2.4.2.4&diff_format=u Index: php-src/ext/standard/credits.c diff -u php-src/ext/standard/credits.c:1.36.2.4.2.3 php-src/ext/standard/credits.c:1.36.2.4.2.4 --- php-src/ext/standard/credits.c:1.36.2.4.2.3 Mon Jan 1 09:36:08 2007 +++ php-src/ext/standard/credits.c Tue May 22 15:44:11 2007 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: credits.c,v 1.36.2.4.2.3 2007/01/01 09:36:08 sebastian Exp $ */ +/* $Id: credits.c,v 1.36.2.4.2.4 2007/05/22 15:44:11 bjori Exp $ */ #include "php.h" #include "info.h" @@ -97,6 +97,7 @@ 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", "Philip Olson"); 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