diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2002-10-06 06:03:17 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2002-10-06 06:03:17 +0000 |
commit | 72d90fc41cd473e124270749f3c66432f70513de (patch) | |
tree | 33d42e1e1a98f09c36845d844663f2c370d64d50 /NEWS | |
parent | 797a0dc33cc2254f75e92e853c1132a2496f3578 (diff) | |
download | php-git-72d90fc41cd473e124270749f3c66432f70513de.tar.gz |
As discussed a while ago, decoding GIF images is not considered a Unisys
LZW patent violation so we can distribute read-only GIF support with
our bundled GD2. The patent also expires in 2003, which is quickly
approaching, so we can roll in write support soon unless things change.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Read-only GIF support for bundled GD2 library (Rasmus) - Make the glue argument to implode() optional, if it is not specified default to using "". (Sterling) - Fixed fields argument to contain correct info for xslt_set_error_handler. |