php + imagick trouble

Hello!

Code:
[root@localhost ~]# uname -a
FreeBSD localhost 7.2-RELEASE FreeBSD 7.2-RELEASE

[root@localhost ~]# php -v
PHP 5.2.12 with Suhosin-Patch 0.9.7 (cli) (built: Feb  4 2010 19:14:37)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

php install from ports, after installing pecl-imagick from ports a problem arises:

Code:
[root@localhost ~]# pkg_info | grep imagick
pecl-imagick-2.3.0_1 Provides a wrapper to the ImageMagick/GraphicsMagick librar

[root@localhost ~]# php -m
ALERT - canary mismatch on efree() - heap overflow detected (attacker 'REMOTE_ADDR not set', file 'unknown')

If i remove "extension=imagick.so" from /usr/local/etc/php/extensions.ini then all is ok.

any ideas?

PS sorry for my english
 
Back
Top