Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented May 12, 2018

Using [] gives error when php is under 5.4
changing to array gives wider compatible range
Also changed LICENSE cause now it's 2018 xD

w3bn00b added 2 commits May 12, 2018 22:35
PHP under version 5.4 dont support short array definition like [num1, num2] and should be changed into array(num1, num2)
@HMAZonderland
Copy link

HMAZonderland commented May 17, 2018

Everything below php 5.6 is unsupported http://php.net/supported-versions.php. You shouldn't be using unsupported software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant