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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxx> 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
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]