ide-php
ide-php copied to clipboard
[Feature Request] PHP 8 Support
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
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.
This is besides catching errors and sending errors to logs.
Besides, must errors can be automatically fix because they are usually replacements of variables and function names.
No update yet?
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.
This is besides catching errors and sending errors to logs.Besides, must errors can be automatically fix because they are usually replacements of variables and function names.
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 -.-
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. This is besides catching errors and sending errors to logs. Besides, must errors can be automatically fix because they are usually replacements of variables and function names.
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