summaryrefslogtreecommitdiff
path: root/ext/standard/info.h
diff options
context:
space:
mode:
authorJames Moore <jmoore@php.net>2001-03-14 21:28:58 +0000
committerJames Moore <jmoore@php.net>2001-03-14 21:28:58 +0000
commit2e22b01cf13b28cff74808b011ff2f605838835a (patch)
tree7c138d0657bf782eb62d27d614765edc8af2e178 /ext/standard/info.h
parent3f64aa6a94b9fa895af3062e3410c166416a15dd (diff)
downloadphp-git-2e22b01cf13b28cff74808b011ff2f605838835a.tar.gz
Adding webteam to credits.
Diffstat (limited to 'ext/standard/info.h')
-rw-r--r--ext/standard/info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h
index 54cd15797a..3a246f0a08 100644
--- a/ext/standard/info.h
+++ b/ext/standard/info.h
@@ -35,6 +35,8 @@
#define PHP_INFO_LICENSE (1<<6)
#define PHP_INFO_ALL 0xFFFFFFFF
+#ifndef HAVE_CREDITS_DEFS
+#define HAVE_CREDITS_DEFS
#define PHP_CREDITS_GROUP (1<<0)
#define PHP_CREDITS_GENERAL (1<<1)
@@ -43,8 +45,11 @@
#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_ALL 0xFFFFFFFF
+#endif /* HAVE_CREDITS_DEFS */
+
#define PHP_LOGO_GUID "PHPE9568F34-D428-11d2-A769-00AA001ACF42"
#define PHP_EGG_LOGO_GUID "PHPE9568F36-D428-11d2-A769-00AA001ACF42"
#define ZEND_LOGO_GUID "PHPE9568F35-D428-11d2-A769-00AA001ACF42"