summaryrefslogtreecommitdiff
path: root/sapi/apache
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-03 09:32:34 +0000
committerJani Taskinen <jani@php.net>2007-08-03 09:32:34 +0000
commitfc2fef68acf3615bac516dd6061a4704d5523611 (patch)
tree572f1d9e4772a335e5d734da76f2aabd530389f0 /sapi/apache
parent1fbba60dcb67e97d42e95ed775c45ae10ac54d88 (diff)
downloadphp-git-fc2fef68acf3615bac516dd6061a4704d5523611.tar.gz
- ws + sync apache2filter apache_config.c with the one from apache2handler
Diffstat (limited to 'sapi/apache')
-rw-r--r--sapi/apache/mod_php5.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/apache/mod_php5.c b/sapi/apache/mod_php5.c
index d41d9dfcd6..c1780e59e3 100644
--- a/sapi/apache/mod_php5.c
+++ b/sapi/apache/mod_php5.c
@@ -80,7 +80,7 @@ typedef struct _php_per_dir_entry {
uint key_length;
uint value_length;
int type;
- char htaccess;
+ char htaccess;
} php_per_dir_entry;
/* some systems are missing these from their header files */
@@ -175,7 +175,7 @@ static int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_head
efree(sapi_header->header);
return 0;
}
-
+
header_name = sapi_header->header;
header_content = p = strchr(header_name, ':');
@@ -977,7 +977,7 @@ command_rec php_commands[] =
{"php_flag", php_apache_flag_handler, NULL, OR_OPTIONS, TAKE2, "PHP Flag Modifier"},
{"php_admin_value", php_apache_admin_value_handler, NULL, ACCESS_CONF|RSRC_CONF, TAKE2, "PHP Value Modifier (Admin)"},
{"php_admin_flag", php_apache_admin_flag_handler, NULL, ACCESS_CONF|RSRC_CONF, TAKE2, "PHP Flag Modifier (Admin)"},
- {"PHPINIDir", php_apache_phpini_set, NULL, RSRC_CONF, TAKE1, "Directory containing the php.ini file"},
+ {"PHPINIDir", php_apache_phpini_set, NULL, RSRC_CONF, TAKE1, "Directory containing the php.ini file"},
{NULL}
};
/* }}} */
@@ -1005,7 +1005,7 @@ module MODULE_VAR_EXPORT php5_module =
, NULL /* header parser */
#endif
#if MODULE_MAGIC_NUMBER >= 19970719
- , NULL /* child_init */
+ , NULL /* child_init */
#endif
#if MODULE_MAGIC_NUMBER >= 19970728
, php_child_exit_handler /* child_exit */