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

php 7.4 支持 #49

Closed
hainuo opened this issue Mar 15, 2020 · 1 comment
Closed

php 7.4 支持 #49

hainuo opened this issue Mar 15, 2020 · 1 comment

Comments

@hainuo
Copy link

hainuo commented Mar 15, 2020

if(((is_numeric($config->version{0}) and is_numeric($config->installedVersion{0})) or $config->version{0} == $config->installedVersion{0}) and version_compare($config->version, $config->installedVersion, '>')) die(header('location: upgrade.php'));

php 7.4 对索引有了更加严格的要求, $a{0} 这种方式的调用已经被标记为失效了

@easysoft
Copy link
Collaborator

Thank you for your feedback and we have reported it in our zentao system. :)

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

No branches or pull requests

1 participant