From: Date: Sun, 7 Sep 2008 01:32:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afe10cb3eac21fa60e801b749e032f216d74338d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1612980c45..3dc28423d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2008-09-06 Ilia Alshanetsky + + * ext/fileinfo/libmagic/compress.c: + MFB: removed unused variables + + * (PHP_5_3) + ext/fileinfo/libmagic/compress.c: + + Removed unused variables + +2008-09-06 Arnaud Le Blanc + + * (PHP_5_2) + NEWS + main/rfc1867.c + main/rfc1867.c: + MFH: Fixed #43540 (rfc1867 handler newlength problem) + + * main/rfc1867.c: + Fixed #43540 (rfc1867 handler newlength problem) + + * ZendEngine2/zend.h + main/rfc1867.c + main/rfc1867.h: + Ported rfc1867 hooks to HEAD + + * main/rfc1867.c: + Fix mem leak and invalid frees in rfc1867 post handler + +2008-09-06 Alexey Zakhlestin + + * (PHP_5_3) + NEWS: + bugfix is also applied to 5.2, so NEWS moved there + + * (PHP_5_2) + NEWS + ext/snmp/snmp.c + ext/snmp/snmp.c: + MFB: Fixed bug #45405 (snmp extension memory leak) + + * (PHP_5_3) + NEWS + ext/snmp/snmp.c: + Fixed bug #45405 (snmp extension memory leak) + 2008-09-04 Stanislav Malyshev * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 00439f6392..0709894637 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2008-09-06 Arnaud Le Blanc + + * zend.h: + Ported rfc1867 hooks to HEAD + 2008-08-29 Matt Wilmas * (PHP_5_3)