pellcorp / opendb

Open Media Lending Database
38 stars 24 forks source link

PHP 8 Support #106

Open utopiabound opened 3 years ago

utopiabound commented 3 years ago

Support for PHP4 and PHP5 is dropped Convert while (list($key, $var) = each($array)) to foreach() Convert any array {} lookups to [] Upgrade libchart to 1.3 (final) Upgrade Snoopy to 2.0.0 (final) Upgrade PHPMailer to 5.2.28 (final before 6.x rewrite) Upgrade PHPThumb to 1.7.17 ( Remove earlier libchart versions. Fix many uninitialized values (fixes warnings in logs)