summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/mod_php4.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-12-10 20:16:30 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-12-10 20:16:30 +0000
commit60a5aeef437893ad35ec1a16de46565f36b7038f (patch)
tree2229e74897c90aefe743a73e4b072246ace6bcd6 /sapi/apache_hooks/mod_php4.c
parentd1c70a64175dac6030ba4fc6b6bfe569ec6dd8f6 (diff)
downloadphp-git-60a5aeef437893ad35ec1a16de46565f36b7038f.tar.gz
Fixed a few compile warnings and one compile error.
Diffstat (limited to 'sapi/apache_hooks/mod_php4.c')
-rw-r--r--sapi/apache_hooks/mod_php4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache_hooks/mod_php4.c b/sapi/apache_hooks/mod_php4.c
index aea466374c..812493d187 100644
--- a/sapi/apache_hooks/mod_php4.c
+++ b/sapi/apache_hooks/mod_php4.c
@@ -1087,7 +1087,6 @@ static CONST_PREFIX char *php_set_post_read_handler_code(cmd_parms *cmd, php_per
static CONST_PREFIX char *php_set_require(cmd_parms *cmd, void *dummy, char *arg1)
{
- php_per_server_config *conf;
return php_set_server_handler(cmd->server, arg1, 0, AP_HANDLER_TYPE_FILE);
}
/* }}} */