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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 33 = ?
Subscribe to this entry?

 
 [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: Wed May 08 02:01:32 2024 UTC