philip          Thu Apr 10 05:30:34 2008 UTC

  Modified files:              
    /php-src/ext/standard       credits.c 
  Log:
  Updated the documentation credits
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.48&r2=1.49&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.48 php-src/ext/standard/credits.c:1.49
--- php-src/ext/standard/credits.c:1.48 Mon Dec 31 07:12:15 2007
+++ php-src/ext/standard/credits.c      Thu Apr 10 05:30:34 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: credits.c,v 1.48 2007/12/31 07:12:15 sebastian Exp $ */
+/* $Id: credits.c,v 1.49 2008/04/10 05:30:34 philip Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -105,9 +105,9 @@
        if (flag & PHP_CREDITS_DOCS) {
                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("Authors", "Mehdi Achour, Friedhelm Betz, Antony 
Dovgal, Nuno Lopes, Hannes Magnusson, 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("User Note Maintainers", "Friedhelm Betz, Etienne 
Kneuss, Nuno Lopes, Hannes Magnusson, Felipe Pena, Maciek Sokolewicz");
                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

Reply via email to