ID:               33327
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pillepop2003 at yahoo dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         GD related
 Operating System: Linux
 PHP Version:      4.3.10
 New Comment:

I can not reproduce it with PHP 4.4.0-dev (under linux).
Please don't reopen this anymore.




Previous Comments:
------------------------------------------------------------------------

[2005-06-14 00:30:06] pillepop2003 at yahoo dot de

I did say it works on my win-box, but that does not apply for the linux
version, as i caanot test it there. furthermore, i don't see any
relevant changelog entry from 4.3.10 to 4.3.11 that could have fixed
this problem.
it's up to you to decide whether to close this bug or not, but you
should make sure, this problem does not apply to linus 4.3.11

------------------------------------------------------------------------

[2005-06-13 23:40:28] [EMAIL PROTECTED]

Please don't report bugs to old PHP versions if you've already even
checked that it WORKS with new version!!!!


------------------------------------------------------------------------

[2005-06-13 23:37:24] pillepop2003 at yahoo dot de

I'm on a managed server, so I'm afraid I cannot install a snapshot. Did
you solve the problem in the current cvs?
btw: it perfectly works on my win32 / php 4.3.11 box.

IMHO the problem is caused by imagecreatefromstring() not being able to
deal with the file_get_contents() string.

------------------------------------------------------------------------

[2005-06-13 22:44:00] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2005-06-13 22:19:13] pillepop2003 at yahoo dot de

It also doesnt work if i leave out the decode/encode:

$data = file_get_contents('test.jpg');
$im = imagecreatefromjpeg($data);

...terminates after imagecreatefromjpeg, silently.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/33327

-- 
Edit this bug report at http://bugs.php.net/?id=33327&edit=1

Reply via email to