php-vips
php-vips copied to clipboard
fix: Add `VIPSHOME` as a potential direct library location
This PR introduces a modification to support VIPSHOME
as a direct library location. This addresses #232 and is particularly useful in scenarios where a portable shared binary of libvips
is distributed within the PHP project, eliminating the need to modify the system path.