Explorar o código

:shower: PHP 8.5 deprecation: imagedestroy()

smiley hai 2 meses
pai
achega
8ffae8938c
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/Output/QRGdImage.php

+ 0 - 2
src/Output/QRGdImage.php

@@ -323,8 +323,6 @@ abstract class QRGdImage extends QROutputAbstract{
 			throw new QRCodeOutputException('ob_get_contents() error');
 		}
 
-		imagedestroy($this->image);
-
 		ob_end_clean();
 
 		return $imageData;