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

PHP 8.2 compatibility errors

Open mike42 opened this issue 2 years ago • 1 comments

Two known issues from using this library on newer PHP versions.

  • "Creation of dynamic property Mike42\GfxPhp\Codec\Common\DataBlobInputStream::$data is deprecated" in DataBlobInputStream.
  • "Use of "self" in callables is deprecated" in eg. BlackAndWhiteRasterImage.php, line 20.

mike42 avatar Dec 21 '23 12:12 mike42

Also the other packages

parallels999 avatar Dec 27 '23 22:12 parallels999