-
Notifications
You must be signed in to change notification settings - Fork 58
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 Compatibility #98
Comments
@hugopeek I'm afraid this issue lost our attention a bit. I did apply the fix for formitsaveform by removing the list() function (thanks for that @stackcoder). I'm looking into the other compatibility issues now. |
@stackcoder @hugopeek All the PHP7 compatibility issues should be resolved now (See 4c72875, d063635 and a4fbd70). |
Excellent work @joeke! It's these little invisible fixes that keep things running safely and smoothly for everyone :) |
FormIt isn't PHP 7 ready. I'm not sure exactly which functionality is broken if you execute this extra in a PHP 7 environment, but if you depend on it you should not update right now.
Result of php7cc v1.1.0
Further I did some code search and noticed:
File: /core/components/formit/elements/snippets/snippet.formitsaveform.ph
File: /core/components/formit/model/formit/module/fistateoptions.class.php
List of Backward incompatible changes: https://secure.php.net/manual/de/migration70.incompatible.php
The text was updated successfully, but these errors were encountered: