From: Wez Furlong Date: Sat, 14 Apr 2001 00:38:45 +0000 (+0000) Subject: Added news about gd and openssl changes. X-Git-Tag: php-4.0.6RC1~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2377647ff38674f9029866487ae65803814f1b64;p=php Added news about gd and openssl changes. --- diff --git a/NEWS b/NEWS index 52b265053d..863b634575 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd + functions, both old and new - see docs for more info (Wez) +- Added S/MIME sign/verify encrypt/decrypt functions to openssl extension, + along with some other certificate manipulation and interrogation functions. + See docs for more info (Wez) - printf argnum (parameter swapping) support (Morten Poulsen, Rasmus) - Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig) - Added small change to php_odbc module, to check for failed SQLDisconnects