philip          Thu Apr 10 05:31:53 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.4.2.2&r2=1.36.2.4.2.4.2.3&diff_format=u
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.36.2.4.2.4.2.2 
php-src/ext/standard/credits.c:1.36.2.4.2.4.2.3
--- php-src/ext/standard/credits.c:1.36.2.4.2.4.2.2     Mon Dec 31 07:17:14 2007
+++ php-src/ext/standard/credits.c      Thu Apr 10 05:31:53 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: credits.c,v 1.36.2.4.2.4.2.2 2007/12/31 07:17:14 sebastian Exp $ */
+/* $Id: credits.c,v 1.36.2.4.2.4.2.3 2008/04/10 05:31:53 philip Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -94,9 +94,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