1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
This commit is contained in:
Rasmus Lerdorf
2002-10-07 17:11:34 +00:00
parent 0803ebfa3e
commit bb88a192ce

3
NEWS
View File

@@ -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)