Test: /ext/gd/tests/bug41442.phpt - Version 7.4.32        

Bug #41442 imagegd2 under output control
Submitted: 2007-05-18 22:42:06 Modified: 2007-05-22 09:47:14
From: rainer.collet Assigned: tony2001
Status: Closed Package: GD related
PHP Version: 5.2.2 OS: debian etch

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: imagecreatefromstring(): GD2 image support has been disabled 002+ in %s/bug41442.php on line 4 003+ 001- resource(%d) of type (gd) 002- resource(%d) of type (gd) 003- Done 004+ Warning: imagecreatefromstring(): Passed data is not in 'GD2' format in %s/bug41442.php on line 4 005+ 006+ Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s/bug41442.php on line 4 007+ 008+ Warning: imagecreatefromstring(): Data is not in a recognized format in %s/bug41442.php on line 10 009+ bool(false) 010+ 011+ Warning: imagegd2() expects parameter 1 to be resource, bool given in %s/bug41442.php on line 14 012+ 013+ Warning: file_get_contents(/tmp/tmp.x3siminvdI/php-src-php-7.4.32/ext/gd/tests/bug41442.gd2): failed to open stream: No such file or directory in %s/bug41442.php on line 15 014+ 015+ Warning: imagecreatefromstring(): Empty string or invalid image in %s/bug41442.php on line 16 016+ bool(false) 017+ Done