ID: 45056 Updated by: [EMAIL PROTECTED] Reported By: goetas at lignano dot it -Status: Open +Status: Bogus Bug Type: Streams related Operating System: Windows XP PHP Version: 5.2.6 -Assigned To: +Assigned To: pajoye New Comment:
duplicate of #39263 Previous Comments: ------------------------------------------------------------------------ [2008-05-21 10:14:18] 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 ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45056&edit=1