php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63641 imagepng and other save functions ignore streams
Submitted: 2012-11-28 23:11 UTC Modified: 2012-11-28 23:24 UTC
From: stas@php.net Assigned: pajoye (profile)
Status: Closed Package: GD related
PHP Version: 5.4.9 OS: *
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stas@php.net
New email:
PHP Version: OS:

 

 [2012-11-28 23:11 UTC] stas@php.net
Description:
------------
imagepng() and other functions that call _php_image_output() ignore PHP streams 
and instead call directly VCWD_FOPEN. This means that no streams work with these 
functions, and no handler that works within stream system works with this 
functions. Since most of the streams can be represented as FILE*, there's no 
reason not to use proper streams API instead of fopen. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-28 23:12 UTC] stas@php.net
-Assigned To: +Assigned To: pajoye
 [2012-11-28 23:24 UTC] stas@php.net
-Status: Assigned +Status: Closed
 [2012-11-28 23:24 UTC] stas@php.net
oops, my fault, it was 5.3 build, not 5.4. 5.4 works fine. Sorry for the noise.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 13:01:29 2024 UTC