1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
This commit is contained in:
Derick Rethans
2002-10-07 17:13:59 +00:00
parent bb88a192ce
commit c574bdf433
+2 -2
View File
@@ -1,10 +1,10 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
- Make ImageTruecolorToPalette() in bundled GD2 library actually work (Rasmus)
- 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)
- 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.