summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-08-21 12:57:53 +0000
committerZeev Suraski <zeev@php.net>2001-08-21 12:57:53 +0000
commite140b35b0420d7ea1e2d80b78c5161d166067c06 (patch)
tree46a5a443fa8184abb4d8e3c04d58883b13146eb4 /sapi/apache2filter
parent4757104e45a9b981b5c96c65638395b382e9f52b (diff)
downloadphp-git-e140b35b0420d7ea1e2d80b78c5161d166067c06.tar.gz
API update
Diffstat (limited to 'sapi/apache2filter')
-rw-r--r--sapi/apache2filter/apache_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c
index a70f926996..f99ae5ef0e 100644
--- a/sapi/apache2filter/apache_config.c
+++ b/sapi/apache2filter/apache_config.c
@@ -88,7 +88,7 @@ void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf)
php_dir_entry *pe;
php_dir_entry *data;
char *str;
- ulong str_len;
+ uint str_len;
ulong num_index;
phpapdebug((stderr, "Merge dir (%p) (%p)\n", base_conf, new_conf));
@@ -110,7 +110,7 @@ void apply_config(void *dummy)
{
php_conf_rec *d = dummy;
char *str;
- ulong str_len;
+ uint str_len;
php_dir_entry *data;
for (zend_hash_internal_pointer_reset(&d->config);