php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45056 gd image stream support
Submitted: 2008-05-21 10:14 UTC Modified: 2008-05-21 11:04 UTC
From: goetas at lignano dot it Assigned: pajoye (profile)
Status: Not a bug Package: Streams related
PHP Version: 5.2.6 OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: goetas at lignano dot it
New email:
PHP Version: OS:

 

 [2008-05-21 10:14 UTC] goetas at lignano dot it
Description:
------------
missing stream  (or user stream wrapper )support

Reproduce code:
---------------
<?
$im = imagecreate();
imagejpeg($im,'php://output'); // or imagejpeg($im,'var://myvar');
?>

Expected result:
----------------
image sent to stdout or into $myvar 

Actual result:
--------------
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'php://output' for writing: No such file or directory in ...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-21 11:04 UTC] pajoye@php.net
duplicate of #39263
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 09:01:31 2024 UTC