uses deprecated functions on php8
-
are there any plans to change the functions to :
public static function png($frame, ?bool $filename, ?int $pixelPerPoint, ?int $outerFrame,?bool $saveandprint, $back_color, $fore_color)like in line 958?
Almost all functions come with the deprecated function calls where optional parameter values are set in the function call line.
Since all of the functions use this it is a lot of work to do 😮
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘uses deprecated functions on php8’ is closed to new replies.