Skip to content
Snippets Groups Projects
Commit 7216b8b4 authored by Christian Kuhn's avatar Christian Kuhn Committed by Frank Naegler
Browse files

[BUGFIX] Adodb: PHP 7.1 compatibility

unset($this) throws a fatal if linting with PHP 7.1.
According to php.net/unset the construct isn't allowed since
PHP 5. Now the linter stumbles upon that, too.
Solution is to drop these calls, the according files and
classes from adodb are not used by our dbal integration anyway.
A pull request to upstream is pending for this, too, but we
never know when it will be merged. Should be safe to do that
locally in our adapted version.

Change-Id: Ieeffee67c82dc9c7c9fef519ffea59685e48b37b
Resolves: #76947
Releases: master, 7.6
Reviewed-on: https://review.typo3.org/48811


Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
parent 30d99021
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment