added note about Suhosin
This commit is contained in:
parent
34e0316305
commit
b7f90af60d
|
@ -422,6 +422,11 @@ Have fun!
|
||||||
php.ini:</para>
|
php.ini:</para>
|
||||||
|
|
||||||
<para>memory_limit = 64M</para>
|
<para>memory_limit = 64M</para>
|
||||||
|
|
||||||
|
<para>If you run PHP with activated <ulink
|
||||||
|
url="http://www.hardened-php.net/suhosin/index.html">Suhosin</ulink>
|
||||||
|
extension please check your logs for alerts. E.g. LAM requires that
|
||||||
|
"suhosin.post.max_name_length" is increased.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -1642,11 +1647,11 @@ Have fun!
|
||||||
the attribute "uid" and value "steve" then LAM will resolve "$uid$" to
|
the attribute "uid" and value "steve" then LAM will resolve "$uid$" to
|
||||||
"steve".</para>
|
"steve".</para>
|
||||||
|
|
||||||
<para><emphasis role="bold">Output may contain HTML:</emphasis> If your scripts
|
<para><emphasis role="bold">Output may contain HTML:</emphasis> If your
|
||||||
generate HTML output then activate this option.</para>
|
scripts generate HTML output then activate this option.</para>
|
||||||
|
|
||||||
<para><emphasis role="bold">Hide command in messages:</emphasis> You may want to
|
<para><emphasis role="bold">Hide command in messages:</emphasis> You may
|
||||||
prevent that your users see the executed commands. In this case
|
want to prevent that your users see the executed commands. In this case
|
||||||
activating this option will only show the command output but not the
|
activating this option will only show the command output but not the
|
||||||
command itself.</para>
|
command itself.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue