added note about Suhosin

This commit is contained in:
Roland Gruber 2010-05-02 17:17:32 +00:00
parent 34e0316305
commit b7f90af60d
1 changed files with 9 additions and 4 deletions

View File

@ -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>