php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44588 Problem with module php_imagick.dll
Submitted: 2008-04-01 10:57 UTC Modified: 2008-04-02 08:50 UTC
From: amudhanst at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.5 OS: Window XP
Private report: No CVE-ID: None
 [2008-04-01 10:57 UTC] amudhanst at gmail dot com
Description:
------------
I have configured Apache2.2, PHP5.2.5(Windows Installer). In the installer I didn't find php_imagick.dll which is the extension for ImageMagick. I downloaded from the PECL extensions in php.net site. There I found the file and copied to the php/ext folder and configured the php.ini file to enable this extension. But it says the following error

PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_imagick.dll' - The specified module could not be found.

Reproduce code:
---------------
;;;;This is the configuration I am having for extensions in my php.ini

; Directory in which the loadable extensions (modules) reside.
extension_dir ="D:\PHP\ext"


;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;extension=php_xsl.dll
;extension=php_zip.dll
extension=php_imagick.dll


Expected result:
----------------
The extension cannot be loaded. and says the following error

PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_imagick.dll' - The specified module could not be found.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-02 08:50 UTC] jani@php.net
This is a PECL extension, report bugs at: http://pecl.php.net/bugs/report.php?package=imagick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Dec 09 08:00:01 2025 UTC