diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-12 20:36:48 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-12 20:36:48 +0000 |
commit | 9e3315799c3a654360d432459f3b0c7d152ea4ec (patch) | |
tree | 7de0bbc632da2ce0e65e358e8bd6ff3e5ca5108c /mod_php4.c | |
parent | 5f1793e21cdca5db1e5bdbc9043e8f9ceeef71d9 (diff) | |
download | php-git-9e3315799c3a654360d432459f3b0c7d152ea4ec.tar.gz |
That's important enough to be cached
Diffstat (limited to 'mod_php4.c')
-rw-r--r-- | mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_php4.c b/mod_php4.c index cc73f4bc89..f4e5d9dc5c 100644 --- a/mod_php4.c +++ b/mod_php4.c @@ -488,7 +488,7 @@ void php_init_handler(server_rec *s, pool *p) apache_php_initialized = 1; } #if MODULE_MAGIC_NUMBER >= 19980527 - if (INI_INT("expose_php")) { + if (INI_INT(PG(expose_php)) { ap_add_version_component("PHP/" PHP_VERSION); } #endif |