You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
useIntervention\Image\Drivers\Vips\DriverasVipsDriver;
// checkHealth in __contruct should throw an exceptionnewVipsDriver();
Expected behavior
checkHealth should throw an exception when no libvips installed. Maybe checkHealth should check version through Jcupitt\Vips\FFI::version() and catch Jcupitt\Vips\Exception, as health checks already implemented by php-vips?
Environment:
PHP Version: 8.1.27
OS: Debian 12
Intervention Image Version: 3.11.0
php-vips Version: 2.4.1
libvips Version: N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
There is no exception if no
libvips
installed.Code Example
Expected behavior
checkHealth
should throw an exception when nolibvips
installed. MaybecheckHealth
should check version throughJcupitt\Vips\FFI::version()
and catchJcupitt\Vips\Exception
, as health checks already implemented by php-vips?Environment:
The text was updated successfully, but these errors were encountered: