libvips / php-vips

php binding for libvips
MIT License
618 stars 25 forks source link

fix: Add `VIPSHOME` as a potential direct library location #245

Open CodeWithKyrian opened 3 months ago

CodeWithKyrian commented 3 months ago

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.