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
 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 26 09:01:30 2025 UTC