summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-05-06 18:03:52 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-05-06 18:03:52 +0000
commitfe5e6c081e98f5ac9e3ccc7e41e949ef763c7912 (patch)
treefaffd6fde8d6119954a4ab25dba6661c30854b2c /NEWS
parent3ffd3e8b8c77d39003fff663135637779173c1bb (diff)
downloadphp-git-fe5e6c081e98f5ac9e3ccc7e41e949ef763c7912.tar.gz
MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ
in POSIX systems).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 30865878bf..877f87e169 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,11 @@ PHP NEWS
functions. (Andrey)
- Fixed bug #44891 Memory leak using registerPHPFunctions and XSLT Variable
as function parameter. (Rob)
+- Fixed bug #44836 (putenv() crashes, avoid direct reference of environ in
+ POSIX systems). (Ilia, delphij at FreeBSD dot org)
- Fixed bug #44798 (Memory leak assigning value to attribute). (Ilia)
+
01 May 2008, PHP 5.2.6
- Fixed two possible crashes inside posix extension (Tony)
- Fixed incorrect heredoc handling when label is used within the block.