imagick

Lars Strojny's Blog: PHP Segfaulting with PECL/UUID and PECL/IMA...

PHPDeveloper.org  Wed, 09/08/2010 - 13:17

If you've been using (or will be using) the uuid and imagick extensions for PHP, you might be able to save yourself a lot of headache by reading this new post from Lars Strojny about his segfault woes.


 

PHP segfaulting with pecl/uuid and pecl/imagick - Lars Strojny

Planet PHP  Sun, 09/05/2010 - 05:24

Ran into a bug yesterday, where http://pecl.php.net/uuid in combination with http://pecl.php.net/imagick yielded a segfault when using uuid_create(). GDB backtrace looks like this (without the exact place where it happens in libuuid, as there is unfortunatly no libuuid1-dbg-package in current Ubuntu versions):


 

Mikko Koppanen's Blog: Imagick and Gmagick builds available for ...

PHPDeveloper.org  Tue, 09/22/2009 - 10:26

Mikko Koppanen has a quick post about the latest Windows binary releases of two graphics packages for use with PHP 5.3 - Imagick and Gmagick.


 

Vito Chin's Blog: The Gmagick Extension

PHPDeveloper.org  Mon, 05/18/2009 - 10:51

Vito Chin has announced the release of a new image manipulation extension that was ported from Imagick - Gmagick.