From: Michael Wallner Date: Fri, 31 Jul 2015 12:44:46 +0000 (+0200) Subject: travis php compat X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=commitdiff_plain;h=9800c7bbe07c9c8a172b158b58c85ce4a97d3863;hp=772e821e8d7ee8ee7a8b3a4fb2e60e5e67814abe travis php compat --- diff --git a/php-version.php b/php-version.php index 593b579..03260ad 100755 --- a/php-version.php +++ b/php-version.php @@ -10,7 +10,7 @@ if (isset($versions[$version])) { exit; } -$by_minor = []; +$by_minor = array(); # build the tree of latest versions per minor foreach (array_keys((array) $versions) as $release) { list($major, $minor, $patch) = explode(".", $release);