Not compatible with the *current* version of PHP (php8.0)

Issue #391 resolved
Viridian Hawk created an issue

Uses a number of formerly deprecated functions that have been removed from the language (e.g. each() and magic_quotes)

Also, PHP8 can’t find the MicroTimer class unless it’s moved higher in the source. (I don’t know why.)

Comments (6)

  1. phpLiteAdmin repo owner

    Another related commit:

    231a9f0 Replaced calls of the deprecated (removed in php 8) each() function with foreach loops.

  2. Log in to comment