mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #54639: output_add_rewrite_var can only be used once
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350300 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6c354cf3ac
commit
c6a8e42bdb
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
<link linkend="ini.url-rewriter.hosts">url_rewriter.hosts</link> &php.ini;
|
||||
parameters.
|
||||
</para>
|
||||
<para>
|
||||
Note that this function can be successfully called at most once per request.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
Calling this function will implicitly start output buffering if it is
|
||||
|
|
Loading…
Reference in a new issue