summaryrefslogtreecommitdiff
path: root/mod_php4.c
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>1999-07-24 21:40:38 +0000
committerSVN Migration <svn@php.net>1999-07-24 21:40:38 +0000
commitcd59acb4a010863d3e7ac4724acd5288bd25a7b7 (patch)
treef788796e74759b0c09c3032b1cd6da3fc98a49b3 /mod_php4.c
parentb1617d8ac3bad1ace92085194e24cff8cbdbaf31 (diff)
downloadphp-git-BEFORE_BIG_SYMBOL_CHANGE.tar.gz
This commit was manufactured by cvs2svn to create tagBEFORE_BIG_SYMBOL_CHANGE
'BEFORE_BIG_SYMBOL_CHANGE'.
Diffstat (limited to 'mod_php4.c')
-rw-r--r--mod_php4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_php4.c b/mod_php4.c
index acfe531f20..30e1bc93df 100644
--- a/mod_php4.c
+++ b/mod_php4.c
@@ -425,7 +425,7 @@ CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, c
{
char bool_val[2];
- if (!strcmp(arg2, "On")) {
+ if (!strcasecmp(arg2, "On")) {
bool_val[0] = '1';
} else {
bool_val[0] = '0';