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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user