PHP安装imagick扩展遇到的坑

it2025-11-10  10

Warning: PHP Startup: imagick: Unable to initialize module Module compiled with module API=20160303 PHP compiled with module API=20151012 These options need to match in Unknown on line 0 Could not open input file: php 个人遇到的错得出结论是 imagick 的版本太新了,如:Module compiled with module API=20160303-PHP compiled with module API=20151012;才导致无法初始化imagick模块

 

最新回复(0)