mysqldump-php icon indicating copy to clipboard operation
mysqldump-php copied to clipboard

PHP 8 support

Open makstech opened this issue 4 years ago • 1 comments

  • All <= PHP 7.2 have reached their EoL and are no longer officially supported and there is no even security support. Source.
  • PHPUnit 9 supports only >= PHP 7.3. Source.
  • PHPUnit 4 Life support was until February 3, 2017. And it has calling methods that no longer exist in PHP 8. Source.

makstech avatar Jul 20 '21 15:07 makstech

This is taken care in https://github.com/druidfi/mysqldump-php fork. See #251

back-2-95 avatar Aug 24 '22 14:08 back-2-95

We're using this library since ages in production and it works flawlessly on php 8.0, don't see the reason of forking it

faizanakram99 avatar Sep 30 '22 17:09 faizanakram99

I don't believe that supporting older versions of PHP should be a problem. The aim of this program is to be as compatible as possible with all the deployed environments, and belive me, there are still lots of php5.x servers out there.

ifsnop avatar Feb 09 '23 00:02 ifsnop