]> granicus.if.org Git - php/commitdiff
18 times the speed of light
authorHarald Radi <phanto@php.net>
Mon, 10 Feb 2003 00:58:07 +0000 (00:58 +0000)
committerHarald Radi <phanto@php.net>
Mon, 10 Feb 2003 00:58:07 +0000 (00:58 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b8c10c9d622026ba8bc307df2b02ecea0d61cbc1..df39248dba292079f538dc95f5b92dbd06ab090a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,7 @@ PHP 4                                                                      NEWS
   get_browser()). (Ilia)
 - Fixed bug #21442 (crash in mail() on Windows when 1st parameter is empty). 
   (Edin)
+- Fixed bug #21378 (COM code crashes after update 4.2.1 to 4.3.0). (Harald)
 - Fixed bug #21338 (html_entity_decode() crashed when "" is passed). (Ilia)
 - Fixed bug #21297 (in CLI/CGI sapis on the #! it would leave a \n when the
   the code encounters \r\n). (Ilia)
@@ -59,6 +60,7 @@ PHP 4                                                                      NEWS
 - Fixed bug #20857 (snmpset() failed always, patch by: rs@epost.de). (Jani)
 - Fixed bug #20802 (PHP would die silently when memory limit reached). (Ilia)
 - Fixed bug #20503 (imagesetbrush() not available on Windows). (Edin)
+- Fixed bug #20282 (COM memory leak). (Harald)
 - Fixed bug #17868 (multiple <!--include--> used to include PHP files crashes).
   (Ilia)
 - Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned).