diff options
author | <changelog@php.net> | 2002-06-25 00:27:57 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-06-25 00:27:57 +0000 |
commit | e59d81b9fc337e6b4a3fd61efefaf335f120c469 (patch) | |
tree | c21d2d237cc0e2b2428c8361c21f275aa8c65f3a | |
parent | 26d98b5b0a951df3c5eb14582379bfcb8b862e54 (diff) | |
download | php-git-e59d81b9fc337e6b4a3fd61efefaf335f120c469.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 +- 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 + 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. |