philip          Thu Apr 10 05:32:27 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard       credits.c 
  Log:
  MFH: Updated the documentation credits
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4.2.5&r2=1.36.2.4.2.6&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.36.2.4.2.5 
php-src/ext/standard/credits.c:1.36.2.4.2.6
--- php-src/ext/standard/credits.c:1.36.2.4.2.5 Mon Dec 31 07:20:12 2007
+++ php-src/ext/standard/credits.c      Thu Apr 10 05:32:26 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: credits.c,v 1.36.2.4.2.5 2007/12/31 07:20:12 sebastian Exp $ */
+/* $Id: credits.c,v 1.36.2.4.2.6 2008/04/10 05:32:26 philip Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -96,9 +96,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