Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

[Feature Request] PHP 8 Support #164

Open
uvulpos opened this issue Apr 8, 2021 · 4 comments
Open

[Feature Request] PHP 8 Support #164

uvulpos opened this issue Apr 8, 2021 · 4 comments

Comments

@uvulpos
Copy link

uvulpos commented Apr 8, 2021

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? 😕

2021-04-08_12-50

Thanks in advance

@gmanon
Copy link

gmanon commented Oct 27, 2021

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.

@mr-manuel
Copy link

No update yet?

@uvulpos
Copy link
Author

uvulpos commented Jan 23, 2022

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 -.-

@danialtajalli
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants