php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58136 When I enbale this extension it will not load.
Submitted: 2008-04-02 04:34 UTC Modified: 2008-04-02 13:25 UTC
From: amudhanst at gmail dot com Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 5.2.5 OS: Windows XP Professional
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: amudhanst at gmail dot com
New email:
PHP Version: OS:

 

 [2008-04-02 04:34 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.


;;;;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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-02 05:11 UTC] mkoppanen@php.net
What is size of php_imagick.dll on the disk? Try downloading static extension from here: http://valokuva.org/?page_id=50 (st) or http://snaps.php.net (pecl-dev 5.2).

Still having the same issues?
 [2008-04-02 05:49 UTC] amudhanst at gmail dot com
Thanks a lot. Its working great. 
Really happy...
Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC