php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #20017 File png.gif should be distributed in PNG format, php.png
Submitted: 2002-10-21 17:21 UTC Modified: 2011-01-01 01:12 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: dan at drydog dot com Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 4.3.0-pre1 OS: Linux 2.4.18, RedHat 7.3
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-10-21 17:21 UTC] dan at drydog dot com
PHP distribution file png.gif should ALSO be distributed
in PNG format, file php.png.
GIF format files have patent problems
(from the LZW compression algorithm).
See http://burnallgifs.org/ for details.

For your convenience, here's the file in uudecode format, generated from distribution file php.gif:

http://dan.drydog.com/images/php.png

$ ls -l php.png
-rw-r--r--    1 dan          3981 Oct 21 15:14 php.png
$ md5sum php.png
a48715c8e9bccfbb92f950b9aec0921e  php.png
$ file php.png
php.png: PNG image data, 120 x 64, 8-bit colormap, interlaced.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-01 01:12 UTC] jani@php.net
-Status: Open +Status: Wont fix -Package: Feature/Change Request +Package: *General Issues
 [2011-01-01 01:12 UTC] jani@php.net
The patents on gif stuff have all expired by now..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 12:01:30 2024 UTC