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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 + 49 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 12:01:29 2024 UTC