[PHP-CVS] cvs: php4 /ext/standard credits.c credits.h info.h

2001-03-14 Thread James Moore

jmoore  Wed Mar 14 13:28:58 2001 EDT

  Modified files:  
/php4/ext/standard  credits.c credits.h info.h 
  Log:
  Adding webteam to credits. 
  
Index: php4/ext/standard/credits.c
diff -u php4/ext/standard/credits.c:1.5 php4/ext/standard/credits.c:1.6
--- php4/ext/standard/credits.c:1.5 Sun Feb 25 22:07:17 2001
+++ php4/ext/standard/credits.c Wed Mar 14 13:28:58 2001
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.5 2001/02/26 06:07:17 andi Exp $ */
+/* $Id: credits.c,v 1.6 2001/03/14 21:28:58 jmoore Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -95,6 +95,14 @@
php_info_print_table_start();
php_info_print_table_header(1, "PHP Quality Assurance Team");
php_info_print_table_row(1, "Andre Langhorst, Hellekin O. Wolf, Jalal 
Pushman, James Moore, Jani Taskinen, Joey Smith, Olivier Cahagne, Phil Driscoll, 
Sebastian Bergmann, Zak Greant");
+   php_info_print_table_end();
+   }
+
+   if (flag & PHP_CREDITS_WEB) {
+   /* Website Team */
+   php_info_print_table_start();
+   php_info_print_table_header(1, "PHP Website Team");
+   php_info_print_table_row(1, "Hojtsy Gabor, Colin Viebrock, Jim 
+Winstead");
php_info_print_table_end();
}
 
Index: php4/ext/standard/credits.h
diff -u php4/ext/standard/credits.h:1.2 php4/ext/standard/credits.h:1.3
--- php4/ext/standard/credits.h:1.2 Sun Feb 25 22:07:17 2001
+++ php4/ext/standard/credits.h Wed Mar 14 13:28:58 2001
@@ -17,16 +17,26 @@
+--+
 */
 
-/* $Id: credits.h,v 1.2 2001/02/26 06:07:17 andi Exp $ */
+/* $Id: credits.h,v 1.3 2001/03/14 21:28:58 jmoore Exp $ */
 
+#ifndef CREDITS_H
+#define CREDITS_H
 
+#ifndef HAVE_CREDITS_DEFS
+#define HAVE_CREDITS_DEFS
+
 #define PHP_CREDITS_GROUP  (1<<0)
 #define PHP_CREDITS_GENERAL(1<<1)
 #define PHP_CREDITS_SAPI   (1<<2)
 #define PHP_CREDITS_MODULES(1<<3)
 #define PHP_CREDITS_DOCS   (1<<4)
 #define PHP_CREDITS_FULLPAGE   (1<<5)
+#define PHP_CREDITS_QA (1<<6)
+#define PHP_CREDITS_WEB (1<<7)
 #define PHP_CREDITS_ALL0x
 
+#endif /* HAVE_CREDITS_DEFS */
+
 PHPAPI void php_print_credits(int flag);
 
+#endif
Index: php4/ext/standard/info.h
diff -u php4/ext/standard/info.h:1.21 php4/ext/standard/info.h:1.22
--- php4/ext/standard/info.h:1.21   Sun Feb 25 22:07:17 2001
+++ php4/ext/standard/info.hWed Mar 14 13:28:58 2001
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: info.h,v 1.21 2001/02/26 06:07:17 andi Exp $ */
+/* $Id: info.h,v 1.22 2001/03/14 21:28:58 jmoore Exp $ */
 
 #ifndef INFO_H
 #define INFO_H
@@ -35,6 +35,8 @@
 #define PHP_INFO_LICENSE   (1<<6)
 #define PHP_INFO_ALL   0x
 
+#ifndef HAVE_CREDITS_DEFS
+#define HAVE_CREDITS_DEFS
 
 #define PHP_CREDITS_GROUP  (1<<0)
 #define PHP_CREDITS_GENERAL(1<<1)
@@ -43,7 +45,10 @@
 #define PHP_CREDITS_DOCS   (1<<4)
 #define PHP_CREDITS_FULLPAGE   (1<<5)
 #define PHP_CREDITS_QA (1<<6)
+#define PHP_CREDITS_WEB (1<<7)
 #define PHP_CREDITS_ALL0x
+
+#endif /* HAVE_CREDITS_DEFS */
 
 #define PHP_LOGO_GUID"PHPE9568F34-D428-11d2-A769-00AA001ACF42"
 #define PHP_EGG_LOGO_GUID  "PHPE9568F36-D428-11d2-A769-00AA001ACF42"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-CVS] cvs: php4 /ext/standard credits.c

2001-02-05 Thread James Moore

jmoore  Mon Feb  5 02:18:14 2001 EDT

  Modified files:  
/php4/ext/standard  credits.c 
  Log:
  Adding Sebastian Bergmann to QA team list.
  
Index: php4/ext/standard/credits.c
diff -u php4/ext/standard/credits.c:1.3 php4/ext/standard/credits.c:1.4
--- php4/ext/standard/credits.c:1.3 Mon Jan 22 16:50:49 2001
+++ php4/ext/standard/credits.c Mon Feb  5 02:18:14 2001
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.3 2001/01/23 00:50:49 jimw Exp $ */
+/* $Id: credits.c,v 1.4 2001/02/05 10:18:14 jmoore Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -94,7 +94,7 @@
if (flag & PHP_CREDITS_QA) {
php_info_print_table_start();
php_info_print_table_header(1, "PHP Quality Assurance Team");
-   php_info_print_table_row(1, "Andre Langhorst, Hellekin O. Wolf, Jalal 
Pushman, James Moore, Jani Taskinen, Joey Smith, Olivier Cahagne, Phil Driscoll, Zak 
Greant");
+   php_info_print_table_row(1, "Andre Langhorst, Hellekin O. Wolf, Jalal 
+Pushman, James Moore, Jani Taskinen, Joey Smith, Olivier Cahagne, Phil Driscoll, 
+Sebastian Bergmann, Zak Greant");
php_info_print_table_end();
}
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-CVS] cvs: php4 /ext/standard credits.c

2001-01-22 Thread Jim Winstead

jimwMon Jan 22 16:50:49 2001 EDT

  Modified files:  
/php4/ext/standard  credits.c 
  Log:
  jouni was added as an author of the docs
  
Index: php4/ext/standard/credits.c
diff -u php4/ext/standard/credits.c:1.2 php4/ext/standard/credits.c:1.3
--- php4/ext/standard/credits.c:1.2 Tue Dec 19 14:59:14 2000
+++ php4/ext/standard/credits.c Mon Jan 22 16:50:49 2001
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: credits.c,v 1.2 2000/12/19 22:59:14 zeev Exp $ */
+/* $Id: credits.c,v 1.3 2001/01/23 00:50:49 jimw Exp $ */
 
 #include "php.h"
 #include "info.h"
@@ -86,7 +86,7 @@
if (flag & PHP_CREDITS_DOCS) {
php_info_print_table_start();
php_info_print_table_header(1, "PHP Documentation Team");
-   php_info_print_table_row(1, "Alexander Aulbach, Stig Bakken, Rasmus 
Lerdorf, Egon Schmid, Zeev Suraski, Lars Torben Wilson, Jim Winstead");
+   php_info_print_table_row(1, "Jouni Ahto, Alexander Aulbach, Stig 
+Bakken, Rasmus Lerdorf, Egon Schmid, Zeev Suraski, Lars Torben Wilson, Jim Winstead");
php_info_print_table_row(1, "Edited by:  Stig Bakken and Egon Schmid");
php_info_print_table_end();
}



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]