Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed [] to array() for extra compatibillity #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Changed [] to array() for extra compatibillity #47

wants to merge 2 commits into from

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