From: Date: Fri, 24 Dec 2004 01:37:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e70dbe9ef4a3ed28897c84f900e8a5f4b8e8ad;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4f27538827..dc88a399dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2004-12-23 Wez Furlong + + * ext/standard/streamsfuncs.c: + really don't blow up + +2004-12-23 Ilia Alshanetsky + + * ext/fbsql/php_fbsql.c: + Fixed several buffer overflows. + + * (PHP_4_3) + ext/swf/swf.c: + Fixed potential buffer overflow inside swf_definepoly(). + + * (PHP_4_3) + NEWS + ext/swf/swf.c: + Fixed bug #31270 (missing safe_mode/open_basedir check in swf_openfile()). + +2004-12-23 Antony Dovgal + + * (PHP_4_3) + ext/standard/array.c + ext/standard/array.c: + MFH: destroy return_value and fix leak in array_fill() + + * ext/standard/array.c: + destroy return_value and fix leak in array_fill() + + * (PHP_4_3) + NEWS + NEWS: + news entry + + * (PHP_4_3) + ext/oci8/config.m4: + MFH: add Oracle Instant Client support (patch by cjbj at hotmail dot com) + + * (PHP_5_0) + ext/oci8/config.m4: + MFH: add Oracle Instant Client support (initial patch by cjbj at hotmail + dot com) + + * ext/oci8/config.m4: + add Oracle Instant Client support (initial patch by cjbj at hotmail dot + com) + +2004-12-23 Wez Furlong + + * ext/standard/streamsfuncs.c: + don't crash... + +2004-12-23 Edin Kadribasic + + * (PHP_4_3) + NEWS: + BFN + +2004-12-23 Wez Furlong + + * (PHP_4_3) + ext/com/COM.c: + Black magic bad. + This will probably fixed reported COM problems (multiple bug #s) + 2004-12-22 Ilia Alshanetsky * (PHP_4_3)