简体   繁体   English

PHP启动:无法在Windows上加载动态库

[英]PHP Startup: Unable to load dynamic library on Windows

This Problem is similar to this one but the answer couldn't help me. 这个问题与类似,但答案无济于事。

I am trying to get the imagick extension working but I always get the error 我正在尝试使imagick扩展正常工作,但是我总是会收到错误消息

Unable to load dynamic library 'C:\\PHP\\ext\\php_imagick.dll' - Impossible to locate the specified module. 无法加载动态库'C:\\ PHP \\ ext \\ php_imagick.dll'-无法找到指定的模块。 \\r\\n in Unknown on line 0 \\ r \\ n在第0行的Unknown中

in my php.ini i configured my extension dir to 在我的php.ini中,我将扩展目录配置为

 extension_dir = "C:\PHP\ext"

The extension is set: 扩展名已设置:

extension=php_imagick.dll

The file is in the folder C:\\PHP\\ext of course and named correctly. 该文件位于文件夹C:\\ PHP \\ ext中,并且正确命名。

I am using PHP Version 5.6.4 我正在使用PHP版本5.6.4

What could be the problem? 可能是什么问题呢?

您的计算机上是否有C:\\ PHP \\ ext \\ php_imagick.dll文件?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM