1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-08 17:16:34 +02:00

Add php version as output in verbose mode

This commit is contained in:
Mikael Roos
2022-05-24 12:57:27 +02:00
parent e41b3d9877
commit 493118e1c5

View File

@@ -1149,7 +1149,8 @@ EOD;
/**
* Load, process and output the image
*/
$img->log("Incoming arguments: " . print_r(verbose(), 1))
$img->log("PHP version: " . phpversion())
->log("Incoming arguments: " . print_r(verbose(), 1))
->setSaveFolder($cachePath)
->useCache($useCache)
->setSource($srcImage, $imagePath)