diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-18 17:59:44 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-18 17:59:44 +0000 |
| commit | f1dac01f11d8f504cd72af163974c15b5378efbf (patch) | |
| tree | 990dd8817d7c59415db1ef8b917b260baded3d5f /ext/standard/info.h | |
| parent | e6b768105dfd416adc6e281af8ee7864a9596d85 (diff) | |
| download | php-git-f1dac01f11d8f504cd72af163974c15b5378efbf.tar.gz | |
- Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms
- Added .reg file for PWS setup
- Reordered some stuff in phpinfo()
Diffstat (limited to 'ext/standard/info.h')
| -rw-r--r-- | ext/standard/info.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h index 72aadf72ee..eaf7f38c6d 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.h @@ -46,10 +46,12 @@ #define PHP_INFO_ALL 0xFFFFFFFF -#define PHP_CREDITS_GENERAL (1<<0) -#define PHP_CREDITS_MODULES (1<<1) -#define PHP_CREDITS_DOCS (1<<2) -#define PHP_CREDITS_FULLPAGE (1<<3) +#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_ALL 0xFFFFFFFF #define PHP_LOGO_GUID "PHPE9568F34-D428-11d2-A769-00AA001ACF42" |
