Permalink
Browse files
Update PHP version requirement for 3.1.x.
- Loading branch information...
Showing
with
5 additions
and
2 deletions.
-
+5
−2
documentation/content/en/chapters/quick_start_guide.xml
|
|
@@ -58,17 +58,20 @@ |
|
|
</itemizedlist>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
- <para>PHP 5.3.3+ (>=5.3.3, >6.0-dev (compatible)) with support for the database you intend to use.</para>
|
|
|
+ <para>PHP >= 5.3.3, PHP < 7.0-dev</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>getimagesize() function enabled</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
- <para>The following PHP modules are required.</para>
|
|
|
+ <para>The following PHP modules are required:</para>
|
|
|
<itemizedlist>
|
|
|
<listitem>
|
|
|
<para>json</para>
|
|
|
</listitem>
|
|
|
+ <listitem>
|
|
|
+ <para>Corresponding PHP module for the database system you intend to use</para>
|
|
|
+ </listitem>
|
|
|
</itemizedlist>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
|
0 comments on commit
8ab1b03