]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 10 Jan 2003 01:17:03 +0000 (01:17 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 10 Jan 2003 01:17:03 +0000 (01:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 18430e3f567b37c90b8e755aa4a36b6929f4f64d..d46e86fcffcfd3e6198031f41f1c08b81cc9a467 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,18 @@ PHP 4                                                                      NEWS
   . Disallow linkage of Berkeley db submodules against libraries with
     different major version.
   . Disallow configuring of more than one Berkeley db handler. 
+- Fixed bug #21511 (config.status warning). (Jani)
+- Fixed bug #21531 (file_exists() and other filestat functions report errors
+  when the requested file/directory does not exists). (Sara)
+- Fixed bug #21544 (Extended checks for where FreeTDS is installed). (Frank)
+- Fixed bug #21523 (number_format could cause a memory allocation for a
+  negative memory size in situations where the sprintf implementation of the
+  host system generated less decimal places than were requested). (Wez)
+- Fixed bug #21529 (memory corruption by fsockopen()). (Ilia)
+- Fixed bug #21518 (imagecreatefromstring() crashed when dealing with invalid
+  image files). (Ilia)
+- Fixed bug #20802 (PHP would die silently when memory limit is reached). 
+  (Ilia)
 - Fixed bug #21498 (mysql_pconnect connection problems). (Georg)
 - Fixed bug #21443 (improper handling of ? surrounded by spaces in
   get_browser()). (Ilia)