Hi,
i am using PacsOne Basic Edition in window 2000. (apache_2.0.54 / mysql_4.1.11 / php_5.0.4), when i configure everything and want to start apache in "Services", it prompt the following error to me:
Warning:
PHP Startup: imagick: Unable to initialize module
Module compiled with module API=20040412, debug=0, thread-safety=1
PHP compiled with module API=20041030, debug=0, thread-safety=1
These options need to match.
also, the php5_imagick.dll is come from "PHP.zip".
Thx a lot !
problem on imagick in apache
Re: problem on imagick in apache
The build versions of the module you are trying to load is not compatible with the build of your apache server. Maybe you should upgrade to another version of apache or downgrade to an older version of PHP.helpme wrote:Warning:
PHP Startup: imagick: Unable to initialize module
Module compiled with module API=20040412, debug=0, thread-safety=1
PHP compiled with module API=20041030, debug=0, thread-safety=1
These options need to match.
Unfortunatley I can only give some general clue because I never had this error, maybe you can find some information here: http://www.imagemagick.org.
Yes, the Zend API number has increased since PHP 5.0.3. We've released a new version of the php5_imagick.dll for the Premium Edition, but have not found time to update the php.zip for the Basic Edition yet.
For now, you can download the latest Premium Edition package, install and extract the content to a junk folder, then obtain the latest php5_imagick.dll from the php sub-folder there.
For now, you can download the latest Premium Edition package, install and extract the content to a junk folder, then obtain the latest php5_imagick.dll from the php sub-folder there.
A new version of the php.zip is released at the PacsOne site:
http://www.pacsone.net/download.htm
which contains the latest php5_imagick.dll for PHP 5.0.3 and higher.
http://www.pacsone.net/download.htm
which contains the latest php5_imagick.dll for PHP 5.0.3 and higher.