summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2001-04-14 00:38:45 +0000
committerWez Furlong <wez@php.net>2001-04-14 00:38:45 +0000
commit2377647ff38674f9029866487ae65803814f1b64 (patch)
treebfda71ef611f1f7892e34c93d7bc4267985fdc59 /NEWS
parente030eb8238ded945b0a72222685783c0e3179e55 (diff)
downloadphp-git-2377647ff38674f9029866487ae65803814f1b64.tar.gz
Added news about gd and openssl changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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