]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 4 Nov 2000 02:09:09 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Sat, 4 Nov 2000 02:09:09 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4dad3663020523cc0261d44a7884d21fefd92cf0..440d18455bb7d8522a97544c09e35ae37b2d3328 100644 (file)
--- 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)