added note about Suhosin
This commit is contained in:
parent
34e0316305
commit
b7f90af60d
|
@ -422,6 +422,11 @@ Have fun!
|
|||
php.ini:</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>
|
||||
|
@ -1642,11 +1647,11 @@ Have fun!
|
|||
the attribute "uid" and value "steve" then LAM will resolve "$uid$" to
|
||||
"steve".</para>
|
||||
|
||||
<para><emphasis role="bold">Output may contain HTML:</emphasis> If your scripts
|
||||
generate HTML output then activate this option.</para>
|
||||
<para><emphasis role="bold">Output may contain HTML:</emphasis> If your
|
||||
scripts generate HTML output then activate this option.</para>
|
||||
|
||||
<para><emphasis role="bold">Hide command in messages:</emphasis> You may want to
|
||||
prevent that your users see the executed commands. In this case
|
||||
<para><emphasis role="bold">Hide command in messages:</emphasis> You may
|
||||
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
|
||||
command itself.</para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue