Test: /ext/gd/tests/bug47946.phpt - Version 7.2.22        

Bug #47946 ImageConvolution overwrites background (fix included)
Submitted: 2009-04-10 16:26:01 Modified: 2017-01-22 14:44:59
From: jcolby Assigned: pajoye
Status: Closed Package: GD related
PHP Version: 5.2.9 OS: openSuse, CentOS, FreeBSD

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ libpng warning: Application built with libpng-1.6.21 but running with 1.5.13
002+
001- The images are equal.
002- ===DONE===
003+ Warning: imagecreatefrompng(): gd-png error: cannot allocate libpng main struct
004+ in /opt/php-7.2.22/ext/gd/tests/func.inc on line 86
005+
006+ Warning: imagecreatefrompng(): '/opt/php-7.2.22/ext/gd/tests/bug47946_exp.png' is not a valid PNG file in /opt/php-7.2.22/ext/gd/tests/func.inc on line 86
007+
008+ Warning: imageistruecolor() expects parameter 1 to be resource, boolean given in /opt/php-7.2.22/ext/gd/tests/func.inc on line 123
009+
010+ Warning: imagesx() expects parameter 1 to be resource, boolean given in /opt/php-7.2.22/ext/gd/tests/func.inc on line 126
011+
012+ Warning: imagesy() expects parameter 1 to be resource, boolean given in /opt/php-7.2.22/ext/gd/tests/func.inc on line 127
013+
014+ Warning: imagecreatetruecolor(): Invalid image dimensions in /opt/php-7.2.22/ext/gd/tests/func.inc on line 128
015+
016+ Warning: imagecopy() expects parameter 1 to be resource, boolean given in /opt/php-7.2.22/ext/gd/tests/func.inc on line 129
017+
018+ Warning: imagesx() expects parameter 1 to be resource, boolean given in /opt/php-7.2.22/ext/gd/tests/func.inc on line 88
019+
020+ Warning: imagesy() expects parameter 1 to be resource, boolean given in /opt/php-7.2.22/ext/gd/tests/func.inc on line 89
021+ The image size differs: expected x, got 40x40.
022+ libpng warning: Application built with libpng-1.6.21 but running with 1.5.13
023+
024+ Warning: imagepng(): gd-png error: cannot allocate libpng main struct
025+ in /opt/php-7.2.22/ext/gd/tests/func.inc on line 147
026+ ===DONE===