]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 8 Nov 2002 01:44:40 +0000 (01:44 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 8 Nov 2002 01:44:40 +0000 (01:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e955fa40a14427c81c69f2cccd7a1d333ef7c6da..96b6e9e728313e9dc37c31b997a63e57ea527bca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,13 @@ PHP 4                                                                      NEWS
   . ext/icap
   . sapi/fhttpd
 - Moved ext/vpopmail to PECL. (James)
+- Fixed bug #18868 (improved the check for availability of realpath()). (Ilia)
+- Fixed width/height detection of bmp images using getimagesize() function on
+  big endian systems and added code to retrieve bmp bit depth. (Ilia)
+- Fixed bug #20035 (line counting error when script starts with #! in 
+  cgi/cli/fastcgi sapis). (Ilia)
+- Fixed bug #20235 (incorrect handling of symlinks on ZTS build). (Ilia)
+- Added sanity checks to headers_sent() & image_type_to_mime_type(). (Ilia)
 - Added an aditional parameter to the jdtojewish() function which makes
   the function return the symbolic hebrew name. (Moshe Doron, Derick)
 - Fixed bug #20169 (implode() clobbers first argument). (Moriyoshi)