Skip to content

Commit

Permalink
These functions are no longer deprecated in v8 - they have been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood authored and jrfnl committed Jul 12, 2020
1 parent 0f3237a commit 5b0b6ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ public function getErrorList()
{
$errors = [];

if (PHP_VERSION_ID >= 70200) {
if (PHP_VERSION_ID >= 70200 && PHP_VERSION_ID < 80000) {
$errors[3] = 1;
}

if (PHP_VERSION_ID >= 70300) {
if (PHP_VERSION_ID >= 70300 && PHP_VERSION_ID < 80000) {
$errors[4] = 1;
}

Expand Down

0 comments on commit 5b0b6ab

Please sign in to comment.