Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=551723

--- Comment #4 from Remi Collet <[email protected]> 2010-01-27 01:27:10 
EST ---
Also seems the PHP_Depend_Util_ImageConvert::hasImagickConvert() is broken...

WARNING: Cannot generate image of type 'png'. This feature needs either the
         pecl/imagick extension or the ImageMagick cli tool 'convert'.


using :
        // $proc = proc_open('convert', $desc, $pipes);
        $proc = proc_open('convert -version', $desc, $pipes);
        if (is_resource($proc)) {
            // fwrite($pipes[0], '-version');
            fclose($pipes[0]);

seems working. This should probably be reported upstream, even if, when should
not need it if we have php-pecl-imagick installed...

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to