-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
@cmb69 @morsssss
This repo, combined with php/php-src#7026 and php/php-src@81f6d36 results in building a php_gd.dll that is dependent on avif.dll. From the snapshot.txt of php-8.1.0alpha2-nts-Win32-vs16-x64.zip
Module: php_gd.dll
===========================
avif.dll
I would prefer to keep php_gd.dll fully static, without external dependencies. Then 2 things are needed:
- Build a static avif_a.lib which can be linked while building php_gd.dll in PHP 8.1+
- Allow linking avif_a.lib in the gd extension of php-src
Metadata
Metadata
Assignees
Labels
No labels