Revert "version bump php to 5.3.4 to fix issue #101"

This reverts commit 8c5a98cc4d.
This commit is contained in:
Bernhard Posselt
2013-04-08 11:27:43 +02:00
parent 8c5a98cc4d
commit c88094e0ff
2 changed files with 4 additions and 2 deletions

View File

@@ -51,7 +51,9 @@ may have.
**Example**
To run a cron job on a *nix system, e.g. every 15min, under the default webserver user, e.g. **www-data**, you need to set-up the following cron job to call the **cron.php** script. Please check the crontab man page for the exact command syntax.
To run a cron job on a *nix system, e.g. every 15min, under the default webserver
user, e.g. 'www-data', you need to set-up the following cron job to call the
`cron.php`` script. Please check the crontab man page for the exact command syntax.
::

View File

@@ -9,7 +9,7 @@ Prerequisites
To run ownCloud, your webserver must have the following installed:
* php5 (>= 5.3.4)
* php5 (>= 5.3)
* php5-gd
* php-xml-parser
* php5-intl