require PHP 5.2.4
This commit is contained in:
parent
1469184feb
commit
42e443e80b
|
@ -75,7 +75,7 @@
|
||||||
<para><emphasis role="bold">Requirements:</emphasis></para>
|
<para><emphasis role="bold">Requirements:</emphasis></para>
|
||||||
|
|
||||||
<simplelist>
|
<simplelist>
|
||||||
<member>PHP5 (>= 5.1)</member>
|
<member>PHP5 (>= 5.2.4)</member>
|
||||||
|
|
||||||
<member>Openldap (2.0 or greater)</member>
|
<member>Openldap (2.0 or greater)</member>
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ Have fun!
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Apache webserver (SSL recommended) with PHP module (PHP 5
|
<para>Apache webserver (SSL recommended) with PHP module (PHP 5
|
||||||
(>= 5.1) with ldap, gettext, xml and optional mcrypt)</para>
|
(>= 5.2.4) with ldap, gettext, xml and optional mcrypt)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -456,7 +456,7 @@ Have fun!
|
||||||
<section>
|
<section>
|
||||||
<title>PHP</title>
|
<title>PHP</title>
|
||||||
|
|
||||||
<para>LAM runs with PHP5 (>= 5.1). Needed changes in your
|
<para>LAM runs with PHP5 (>= 5.2.4). Needed changes in your
|
||||||
php.ini:</para>
|
php.ini:</para>
|
||||||
|
|
||||||
<para>memory_limit = 64M</para>
|
<para>memory_limit = 64M</para>
|
||||||
|
|
Loading…
Reference in New Issue