bjori Wed May 23 11:34:36 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard credits.c Log: Credit Philip as the phpdoc editor http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.21.2.6.2.5&r2=1.21.2.6.2.6&diff_format=u Index: php-src/ext/standard/credits.c diff -u php-src/ext/standard/credits.c:1.21.2.6.2.5 php-src/ext/standard/credits.c:1.21.2.6.2.6 --- php-src/ext/standard/credits.c:1.21.2.6.2.5 Mon Jan 1 09:46:47 2007 +++ php-src/ext/standard/credits.c Wed May 23 11:34:36 2007 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: credits.c,v 1.21.2.6.2.5 2007/01/01 09:46:47 sebastian Exp $ */ +/* $Id: credits.c,v 1.21.2.6.2.6 2007/05/23 11:34:36 bjori Exp $ */ #include "php.h" #include "info.h" @@ -98,6 +98,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