ChangeLog update

This commit is contained in:
2008-09-07 01:32:04 +00:00
parent fe30c1c207
commit afe10cb3ea
2 changed files with 51 additions and 0 deletions

View File

@ -1,3 +1,49 @@
2008-09-06 Ilia Alshanetsky <ilia@prohost.org>
* 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 <arnaud.lb@gmail.com>
* (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 <indeyets@gmail.com>
* (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 <stas@zend.com>
* (PHP_5_3)

View File

@ -1,3 +1,8 @@
2008-09-06 Arnaud Le Blanc <arnaud.lb@gmail.com>
* zend.h:
Ported rfc1867 hooks to HEAD
2008-08-29 Matt Wilmas <php_lists@realplain.com>
* (PHP_5_3)