From: Hannes Magnusson Date: Mon, 23 Oct 2006 20:10:14 +0000 (+0000) Subject: Fix build X-Git-Tag: RELEASE_1_0_0RC1~1218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15492ca0dbc14cb4f8a42faace515344a5ff37b4;p=php Fix build --- diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index cf3bbbe208..8270603000 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -218,6 +218,7 @@ php_apache_sapi_register_variables(zval *track_vars_array TSRMLS_DC) php_struct *ctx = SG(server_context); const apr_array_header_t *arr = apr_table_elts(ctx->r->subprocess_env); char *key, *val; + int new_val_len; APR_ARRAY_FOREACH_OPEN(arr, key, val) if (!val) {