From: Date: Fri, 2 Feb 2007 01:31:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85de060da2fa78554b59cfb4a328bf70918ba044;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a7880ac217..b5bf5f6f75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2007-02-01 andy wharmby + + * ext/com_dotnet/com_misc.c: + ADW: Fixed COM extension bug #37927. Correct the processing of in/out + arguments of type VT_DISPATCH|VT_REF + +2007-02-01 Dmitry Stogov + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + Removed dead code + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Fixed possible crash because of dereference of NULL + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.c: + Enable canary protection in DEBUG mode only. + +2007-02-01 Antony Dovgal + + * ext/standard/user_filters.c: + bailout if bucket is NULL + + * ext/standard/incomplete_class.c: + free class_name when necessary + + * (PHP_5_2) + ext/iconv/iconv.c: + plug leak + + * (PHP_5_2) + ext/standard/string.c: + fix leaks on error + +2007-02-01 Derick Rethans + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Back to -dev. + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Go with RC2. + +2007-02-01 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.re + ext/pdo/tests/bug_39656.phpt: + + Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in + some instances). + 2007-01-31 Antony Dovgal * acinclude.m4: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e4e4a3fa3f..9fbc4bcc50 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2007-02-01 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + Removed dead code + + * zend_compile.c + zend_compile.c: + Fixed possible crash because of dereference of NULL + + * zend_alloc.c + zend_alloc.c: + Enable canary protection in DEBUG mode only. + 2007-01-29 Ilia Alshanetsky * zend_ini_parser.y