فهرست منبع

:shower: PHP 8.5 deprecation: imagedestroy()

smiley 1 ماه پیش
والد
کامیت
8ffae8938c
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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');
 			throw new QRCodeOutputException('ob_get_contents() error');
 		}
 		}
 
 
-		imagedestroy($this->image);
-
 		ob_end_clean();
 		ob_end_clean();
 
 
 		return $imageData;
 		return $imageData;