Skip to content

7.5.7 does not actually fix the issue reported in #3969 #3972

Closed Answered by antonmedv
schneider-felix asked this question in Bugs
Discussion options

You must be logged in to vote

True. I will add skipping deprications:

    if ($severity == E_DEPRECATED) {
        return;
    }

And I fixed incrementPath. I did check remaining files with:

grep -irnE --include \*.php 'function.+?=.+?\$[^=]+\)'
grep -irnE --include \*.php 'function.+?=.+?\$[^=]+\,'

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@schneider-felix
Comment options

@antonmedv
Comment options

Answer selected by antonmedv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Bugs
Labels
None yet
2 participants