From: Hannes Magnusson Date: Sat, 4 Nov 2006 13:03:56 +0000 (+0000) Subject: Fix build X-Git-Tag: php-5.2.1RC1~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b15d02b992190339b67c2d21e1dba4286eaa677;p=php Fix build --- diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c index e28adf762d..059f9941e5 100644 --- a/sapi/apache2filter/sapi_apache2.c +++ b/sapi/apache2filter/sapi_apache2.c @@ -210,6 +210,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) {