summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-11-04 02:09:09 +0000
committer <changelog@php.net>2000-11-04 02:09:09 +0000
commitf70f0909b6914486b9f6e098c28ad62c2204cbe6 (patch)
tree7e044f9e5219a436d20160b12e541864fe2a22bc
parentcc73072804e9026f92bc812fc071d1ecf0416bce (diff)
downloadphp-git-f70f0909b6914486b9f6e098c28ad62c2204cbe6.tar.gz
NEWS update
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4dad366302..440d18455b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.4
+- Introduced ImageCreateFromString(), creates an image
+ stream out of eg a MySQL blob. (Mathieu)
+- Changed the sablot configuration file so that if you use any version of
+ Sablotron below 0.44 you must use Sablotron's built-in Expat libraries.
+ (Sterling)
+- Support for the Caudium webserver (http://caudium.net/) added. It's based
+ on the Roxen SAPI module. Many bugs have been identified and fixed. (David)
- Fixed mysql_close(), pg_close(), msql_close() and sybase_close() - they
weren't properly closing the SQL connections (Zeev)
- Fixed crypt() to supply random seed if none is given (Andi)