ID:               23815
 Updated by:       paj...@php.net
 Reported By:      bjorn at smokingmedia dot com
-Status:           No Feedback
+Status:           Assigned
 Bug Type:         GD related
 Operating System: Linux pluto 2.4.18lvm-r1
 PHP Version:      4.3.1
 Assigned To:      pajoye


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

[2009-05-04 12:14:15] checat at yandex dot ru

Please try again: site with images is up and running.

I've also uploaded files to alternate location, get them from
http://checat.narod.ru/php-bug-23815/

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

[2009-05-01 01:00:02] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2009-04-23 18:08:41] paj...@php.net

Site not accessible (timeout)

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

[2009-04-23 17:52:32] checat at yandex dot ru

PHP version: 5.2.9
CentOS 4

Reproduce code:
<?php
    $bg =
imagecreatefrompng('http://guppi.spb.ru/php-bug-23815/bg.png');
    $over =
imagecreatefrompng('http://guppi.spb.ru/php-bug-23815/over.png');
    imagecopymerge($bg, $over, 0,0,0,0,32,32,100);
    imagecopymerge($bg, $over, 16,0,0,0,32,32,50);
    imagepng($bg, 'imagecopymerge.png');
?>

Expected result:
Proper image: 
http://guppi.spb.ru/php-bug-23815/proper.png

Actual result:
Wrong image:
http://guppi.spb.ru/php-bug-23815/imagecopymerge.png

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

[2003-06-02 17:27:30] sni...@php.net

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



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

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/23815

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

Reply via email to