diff options
author | Arthur <arthur@hoa.ro> | 2015-07-15 11:05:07 +0200 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2015-07-15 11:05:07 +0200 |
commit | 874f858b8fbacfcd31cd64e21555f03927d4e15a (patch) | |
tree | be5ad2fcfeb31136e7afca0603a3cd3da3d76b57 /README.md | |
parent | 5b0ebbc5de06b8a0e9679b78b45d0dc755db7986 (diff) | |
parent | d1e2f8e52c931f84c11d4f54f32959710d528182 (diff) | |
download | Shaarli-874f858b8fbacfcd31cd64e21555f03927d4e15a.tar.gz Shaarli-874f858b8fbacfcd31cd64e21555f03927d4e15a.tar.zst Shaarli-874f858b8fbacfcd31cd64e21555f03927d4e15a.zip |
Merge pull request #271 from virtualtam/php53
PHP: ensure 5.3 compatibility
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Password: `demo` | |||
57 | 57 | ||
58 | ## Installing | 58 | ## Installing |
59 | 59 | ||
60 | Shaarli requires php 5.4. `php-gd` is optional and provides thumbnail resizing. | 60 | Shaarli requires PHP 5.3. `php-gd` is optional and provides thumbnail resizing. |
61 | 61 | ||
62 | * Download the latest stable release from https://github.com/shaarli/Shaarli/releases | 62 | * Download the latest stable release from https://github.com/shaarli/Shaarli/releases |
63 | * Unpack the archive in a directory on your web server | 63 | * Unpack the archive in a directory on your web server |