-
Notifications
You must be signed in to change notification settings - Fork 41
[Feature Request] PHP 8 Support #164
Comments
In PHP, you suppress errors and warning for production with error_reporting([integer]) in the header of your bootstrap or index page and show for development. It's helpful while migrating a live site. Besides, must errors can be automatically fix because they are usually replacements of variables and function names. |
No update yet? |
PHP is not the problem, the problem is the confusing syntax highlighting of an old standard. In PHP 7.3 super helpful if I didnt see a typo or something but nowadays I have to ignore it completely. Thats annoying -.- |
No php package is working for me after updating to php 8. Not debugger nor linter nor anything else |
I want to migrate my projects to PHP 8, but it's confusing, if everything you do is an error. PHP 7.4 got the same issue. Would it be possible to upgrade this package to a newer PHP standard? 😕
Thanks in advance
The text was updated successfully, but these errors were encountered: