diff options
author | Marcus Boerger <helly@php.net> | 2003-03-18 20:52:52 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-03-18 20:52:52 +0000 |
commit | 3e621fac945a519f6c4b19bb2cd4a4618df8eb1f (patch) | |
tree | 7aea37b7097fd917d281edbd78ceeae3eada7290 /main/SAPI.h | |
parent | d29d55e772c1b3008968130402773144dcba4883 (diff) | |
download | php-git-3e621fac945a519f6c4b19bb2cd4a4618df8eb1f.tar.gz |
make phpinfo() depend on executed sapi
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 865ab752a7..63e3534b06 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -243,6 +243,7 @@ struct _sapi_module_struct { unsigned int (*input_filter)(int arg, char *var, char **val, unsigned int val_len TSRMLS_DC); void (*ini_defaults)(HashTable *configuration_hash); + int phpinfo_as_text; }; |