Skip to content

Fixes some PHP 7.1 warnings#1

Open
jkwakman wants to merge 1 commit intotrunkfrom
php7.1-warnings-patch
Open

Fixes some PHP 7.1 warnings#1
jkwakman wants to merge 1 commit intotrunkfrom
php7.1-warnings-patch

Conversation

@jkwakman
Copy link
Copy Markdown
Owner

Line 603 -> $this can be null and cannot be passed by reference. Created a null variable that can be passed by reference
Lines 637, 1940 -> isError should not be called statically (available from PHP5.4 so can be used as it the same minimum version as the pear.php.net website)

Line 603 -> $this can be null and cannot be passed by reference. Created a null variable that can be passed by reference
Lines 637, 1940 -> isError should not be called statically (available from PHP5.4 so can be used as it the same minimum version as the pear.php.net website)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant