]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
PHP: ensure 5.3 compatibility, refactor timezone utilities 271/head
authorVirtualTam <virtualtam@flibidi.net>
Fri, 10 Jul 2015 23:29:12 +0000 (01:29 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Mon, 13 Jul 2015 11:06:06 +0000 (13:06 +0200)
commitd1e2f8e52c931f84c11d4f54f32959710d528182
treebe5ad2fcfeb31136e7afca0603a3cd3da3d76b57
parent5b0ebbc5de06b8a0e9679b78b45d0dc755db7986
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>
.travis.yml
README.md
application/Config.php
application/TimeZone.php [new file with mode: 0644]
application/Utils.php
index.php
tests/ConfigTest.php
tests/LinkDBTest.php
tests/TimeZoneTest.php [new file with mode: 0644]
tests/UtilsTest.php