diff options
author | <changelog@php.net> | 2001-08-08 00:14:36 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-08-08 00:14:36 +0000 |
commit | c749c8fa6cfe179e458e23c35f8c202b7640e440 (patch) | |
tree | 60793963faced41abfbafdee8914c81df5c5b274 | |
parent | 4263571386eab07a0a715b3faf6d0b078d1ba74d (diff) | |
download | php-git-c749c8fa6cfe179e458e23c35f8c202b7640e440.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- Added vprintf() and vsprintf() functions that allow passing all arguments + after format as an array. (Andrei) +- Added support for GD2 image type for ImageCreateFromString() (Jani) - addcslashes now warns when charlist is invalid. The returned string remained the same (Jeroen) - Added optional extra argument to gmp_init(). The extra argument |