From 48aa76e1fce1a670b68a5dc288b2d8d7a96aa237 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Wed, 22 Apr 2020 16:30:58 +0000 Subject: config: allow for environment variable substitution fallback to default value. Make ap_resolve_env() handle the ${VAR?=default value} syntax, and update docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876835 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 53a0f8e5a0..bc24d2408f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) config: Allow for environment variable substitution with default value, + for when the variable is not defined, using format ${VAR?=default value}. + [Yann Ylavic] + *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREAM_TAG. PR64330 [Stefan Eissing] -- cgit v1.2.3