diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-07-11 01:29:12 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-07-13 13:06:06 +0200 |
commit | d1e2f8e52c931f84c11d4f54f32959710d528182 (patch) | |
tree | be5ad2fcfeb31136e7afca0603a3cd3da3d76b57 /README.md | |
parent | 5b0ebbc5de06b8a0e9679b78b45d0dc755db7986 (diff) | |
download | Shaarli-d1e2f8e52c931f84c11d4f54f32959710d528182.tar.gz Shaarli-d1e2f8e52c931f84c11d4f54f32959710d528182.tar.zst Shaarli-d1e2f8e52c931f84c11d4f54f32959710d528182.zip |
PHP: ensure 5.3 compatibility, refactor timezone utilities
Relates to #250
Modifications
- supported version
- bump required version from 5.1.0 to 5.3.x
- update README
- add PHP 5.3 to Travis environments
- rewrite array declarations: explicitely use array() instead of []
- move checkPHPVersion to application/Utils.php
- move timezone functions to application/TimeZone.php
- cleanup code
- improve test coverage
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
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 |