Can't install gmagick on Windows 7 XAMPP

僤鯓⒐⒋嵵緔 提交于 2019-12-11 02:06:42

问题


I have XAMPP 1.8.1 with PHP 5.4.7 installed. When I add php_gmagick_ts.dll to my php.ini (I made sure that I need the ts and not the nts version), upon restarting Apache I'm getting these errors:

The procedure entry point php_checkuid_ex could not be located in the dynamic link library php5ts.dll

and after that one:

PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_gmagick_ts.dll' - The specified procedure could not be found.

Any help?


回答1:


AFAIK there is currently no GraphicsMagick DLL available working with PHP 5.4 on Windows.

As the availability of php_gmagick_(n)ts.dll for latest PHP versions is always a problem, I recommend that you either drop back to PHP 5.3 (DLLs available here) or that you use the standalone version of GraphicsMagick and call it from within PHP using exec() commands.



来源:https://stackoverflow.com/questions/15098204/cant-install-gmagick-on-windows-7-xampp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!