ID: 44588 Updated by: [EMAIL PROTECTED] Reported By: amudhanst at gmail dot com -Status: Open +Status: Bogus -Bug Type: Dynamic loading +Bug Type: *General Issues Operating System: Window XP PHP Version: 5.2.5 New Comment:
This is a PECL extension, report bugs at: http://pecl.php.net/bugs/report.php?package=imagick Previous Comments: ------------------------------------------------------------------------ [2008-04-01 10:57:53] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44588&edit=1
