summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-10-18 08:18:11 +0000
committerHarald Radi <phanto@php.net>2002-10-18 08:18:11 +0000
commitb39d79713b3dc095638a32d12effaea7510ecc8e (patch)
tree5cf452546beee7f9fd429239cd58a501bfa70e6f
parent9c6d9ab4c57378667d2cb8081a7877df61e076ff (diff)
downloadphp-git-b39d79713b3dc095638a32d12effaea7510ecc8e.tar.gz
make jani happy
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27aba2f7a9..95791cdbc2 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP 4 NEWS
. ext/icap
. sapi/fhttpd
- Moved ext/vpopmail to PECL. (James)
+- Fixed bugs #19156 and #19544 (COM extension leaks memory and keeps
+ components referenced). (Harald)
- Added fribidi_get_charsets() and fribidi_charset_info() functions. (Tal)
- Added Oracle TIMESTAMP type to oci8 extension. (Thies)
- Fixed fgets($fp) to read until EOL when length parameter is not set. (Wez)