From: Date: Sat, 4 Nov 2000 02:09:09 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.4RC3~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f70f0909b6914486b9f6e098c28ad62c2204cbe6;p=php NEWS update --- 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)