summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-10-06 06:03:17 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-10-06 06:03:17 +0000
commit72d90fc41cd473e124270749f3c66432f70513de (patch)
tree33d42e1e1a98f09c36845d844663f2c370d64d50 /NEWS
parent797a0dc33cc2254f75e92e853c1132a2496f3578 (diff)
downloadphp-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4005ef1a02..edad7386fe 100644
--- a/NEWS
+++ b/NEWS
@@ -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.