From 2975bda7b84becce49e270dc1b26c1d82f0e840b Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 20 Jan 2007 22:52:36 +0000 Subject: [PATCH] fix #38843: absolute urls not rewritten git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227695 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../outcontrol/functions/output-add-rewrite-var.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/reference/outcontrol/functions/output-add-rewrite-var.xml b/reference/outcontrol/functions/output-add-rewrite-var.xml index 0acf8a9422..1d538607f5 100755 --- a/reference/outcontrol/functions/output-add-rewrite-var.xml +++ b/reference/outcontrol/functions/output-add-rewrite-var.xml @@ -1,5 +1,5 @@ - + output_add_rewrite_var @@ -19,7 +19,8 @@ The name and value will be added to URLs (as GET parameter) and forms (as hidden input fields) the same way as the session ID when transparent URL rewriting is enabled with session.use_trans_sid. + linkend="ini.session.use-trans-sid">session.use_trans_sid. Please + note that absolute URLs (http://example.com/..) aren't rewritten. This functions behavior is controlled by the link'; +// some links +echo 'link +link2'; // a form echo '
@@ -56,6 +58,7 @@ print_r(ob_list_handlers()); link +link2