iliaa           Thu Nov  7 20:44:40 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  Bug fixing news.
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1240 php4/NEWS:1.1241
--- php4/NEWS:1.1240    Thu Nov  7 10:09:11 2002
+++ php4/NEWS   Thu Nov  7 20:44:40 2002
@@ -11,6 +11,13 @@
   . 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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to