[Bug 551723] Review Request: php-pdepend-PHP-Depend - PHP_Depend design quality metrics for PHP package

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 27 06:27:11 UTC 2010


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 <fedora at famillecollet.com> 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.



More information about the package-review mailing list