From 9ba62685e10f483cd9d006ad438491a297b3ad1c Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Jul 2002 14:09:48 +0000 Subject: [PATCH] cleanup --- NEWS | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 7f7fc151b9..5c09b95950 100644 --- a/NEWS +++ b/NEWS @@ -3,19 +3,17 @@ PHP 4 NEWS ?? ??? 2002, Version 4.3.0 - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will do 'LIST -R' instead of 'LIST'. (Jani) -- Disabled the fifth parameter to the mail function in safemode. (Derick) -- GetImageSize now allways set fields unknown to 0 and new Imagetype - iff. (Marcus) -- Add runtime Apache2 thread check to ensure we don't run a non-threaded +- Disabled the fifth parameter in mail() when safe-mode is turned on. (Derick) +- Changed getimagesize() to always set unknown fields to 0 and added support + iff imagetype. (Marcus) +- Added runtime Apache2 thread check to ensure we don't run a non-threaded PHP inside a threaded Apache2 MPM. (Rasmus) -- Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus) - Made getimagesize() and exif_read_data() to return also the mime-type and exif_thumbnail() to return also the image-type. (Marcus) - Added image_type_to_mime_type() which converts image-types to mime-types. (Marcus) -- Made GD functions only exist if they are available. This means that for - example your GD build has no JPG support, none of the JPG functions would - actually exist, so you can safely test that with function_exists(). (Derick) +- Made GD functions to only exist if they are available in libgd. Now the + availability can be tested with function_exists(). (Derick) - Added an optional parameter to the header() function which overrides the HTTP response code. (Derick) - Changed the order of which modules are unloaded to the reverse order of -- 2.40.0