php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #65153 imagemagick writes directly to stderr avoiding PHP's warning mechanism.
Submitted: 2013-06-27 22:20 UTC Modified: 2013-09-25 07:49 UTC
From: spam at ethaniel dot com Assigned: mkoppanen (profile)
Status: Closed Package: imagick (PECL)
PHP Version: 5.4.16 OS: Debian Wheezy
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: spam at ethaniel dot com
New email:
PHP Version: OS:

 

 [2013-06-27 22:20 UTC] spam at ethaniel dot com
Description:
------------
I am getting errors in my /var/log/messages:

no decode delegate for this image format `/tmp/magick-g2pqgKxA' @ 
error/constitute.c/ReadImage/544


Test script:
---------------
Sorry, the script doesn't matter here. 

Expected result:
----------------
I expect imagick to respect the PHP's warning mechanism and transmit errors 
through it (allowing me to supress them with @), instead of directly writing to 
STDERR.

Actual result:
--------------
imagick is writing directly into stderr (/var/log/message) and there is no way of 
stoping it.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-09-22 07:37 UTC] mkoppanen@php.net
-Type: Bug +Type: Feature/Change Request
 [2013-09-22 07:37 UTC] mkoppanen@php.net
This is actually ImageMagick behaviour, not Imagick.
 [2013-09-25 07:49 UTC] mkoppanen@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: mkoppanen
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 09:01:32 2024 UTC