diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-05-06 18:03:52 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-05-06 18:03:52 +0000 |
| commit | fe5e6c081e98f5ac9e3ccc7e41e949ef763c7912 (patch) | |
| tree | faffd6fde8d6119954a4ab25dba6661c30854b2c /NEWS | |
| parent | 3ffd3e8b8c77d39003fff663135637779173c1bb (diff) | |
| download | php-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
