From: Ilia Alshanetsky Date: Sun, 10 Nov 2002 05:21:32 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.0RC1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dc3bfe8ca464d47f5a53d5a786b5cb63d2bedf0;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 96b6e9e728..a910d93e1c 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP 4 NEWS . ext/icap . sapi/fhttpd - Moved ext/vpopmail to PECL. (James) +- Fixed bug #19935 (made OpenSSL file system operations abide by safe_mode + & open_basedir restrictions). (Ilia) - 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)