From ba4d305a78a5a09589424a4ceb84182334c247c2 Mon Sep 17 00:00:00 2001 From: haszi Date: Mon, 27 Jan 2025 15:00:46 +0100 Subject: [PATCH] Document output_add_rewrite_var() using url_rewriter.hosts bugfix (#4351) Document the bugfix of php/php-src/pull/13294. This is a part of #3872. Co-authored-by: haszi --- reference/outcontrol/functions/output-add-rewrite-var.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/outcontrol/functions/output-add-rewrite-var.xml b/reference/outcontrol/functions/output-add-rewrite-var.xml index de8c0f9b1cda..539cee3ee1f3 100644 --- a/reference/outcontrol/functions/output-add-rewrite-var.xml +++ b/reference/outcontrol/functions/output-add-rewrite-var.xml @@ -45,6 +45,13 @@ it cannot be started again. + + + Prior to PHP 8.4.0, the hosts to be rewritten were set in + session.trans_sid_hosts + instead of url_rewriter.hosts. + +