summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-10-07 17:11:34 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-10-07 17:11:34 +0000
commitbb88a192ced113b15417b6a8ee99a8153bfdbe3a (patch)
treea1e06fe3f0281cb158782a91bc2732368d2e224f
parent0803ebfa3ee8011c03b9ff0462de063505e97b83 (diff)
downloadphp-git-bb88a192ced113b15417b6a8ee99a8153bfdbe3a.tar.gz
.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index edad7386fe..494c0917f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- Make ImageTruecolorToPalette() in bundled GD2 library actually work (Rasmus)
+- Fix ImageCopy() in bundled GD2 library to handle copying from truecolor to
+ palette-based. (Wez, Rasmus)
- 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)