From: Date: Wed, 19 Dec 2007 01:31:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=180fc170815d9c0b2b577c8c8a5a6f7f478413ba;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 376de1452b..202fa279c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,117 @@ +2007-12-18 Steve Seear + + * ext/reflection/tests/reflectionProperty_basic1.phpt + ext/reflection/tests/reflectionProperty_basic2.phpt + ext/reflection/tests/reflectionProperty_constructor_error.phpt + ext/reflection/tests/reflectionProperty_error.phpt + ext/reflection/tests/reflectionProperty_export_basic.phpt + ext/reflection/tests/reflectionProperty_export_error.phpt + ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt + ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt + ext/reflection/tests/reflectionProperty_getDocComment_error.phpt + ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt + ext/reflection/tests/reflectionProperty_getValue_error.phpt + ext/reflection/tests/reflectionProperty_isDefault_basic.phpt + ext/reflection/tests/reflectionProperty_setValue_error.phpt: + Adding PHPT tests for the ReflectionProperty class. + reflectionProperty_getValue_error.phpt and + reflectionProperty_setValue_error.phpt are failing with behaviour that is + inconsistent with PHP5_3. + + * (PHP_5_3) + ext/reflection/tests/reflectionProperty_basic1.phpt + ext/reflection/tests/reflectionProperty_basic2.phpt + ext/reflection/tests/reflectionProperty_constructor_error.phpt + ext/reflection/tests/reflectionProperty_error.phpt + ext/reflection/tests/reflectionProperty_export_basic.phpt + ext/reflection/tests/reflectionProperty_export_error.phpt + ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt + ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt + ext/reflection/tests/reflectionProperty_getDocComment_error.phpt + ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt + ext/reflection/tests/reflectionProperty_getValue_error.phpt + ext/reflection/tests/reflectionProperty_isDefault_basic.phpt + ext/reflection/tests/reflectionProperty_setValue_error.phpt: + Adding PHPT tests for the ReflectionProperty class. + + * ext/reflection/tests/reflectionProperty_basic1.phpt + ext/reflection/tests/reflectionProperty_basic1.phpt + ext/reflection/tests/reflectionProperty_basic1.phpt + ext/reflection/tests/reflectionProperty_basic2.phpt + ext/reflection/tests/reflectionProperty_basic2.phpt + ext/reflection/tests/reflectionProperty_basic2.phpt + ext/reflection/tests/reflectionProperty_constructor_error.phpt + ext/reflection/tests/reflectionProperty_constructor_error.phpt + ext/reflection/tests/reflectionProperty_constructor_error.phpt + ext/reflection/tests/reflectionProperty_error.phpt + ext/reflection/tests/reflectionProperty_error.phpt + ext/reflection/tests/reflectionProperty_error.phpt + ext/reflection/tests/reflectionProperty_export_basic.phpt + ext/reflection/tests/reflectionProperty_export_basic.phpt + ext/reflection/tests/reflectionProperty_export_basic.phpt + ext/reflection/tests/reflectionProperty_export_error.phpt + ext/reflection/tests/reflectionProperty_export_error.phpt + ext/reflection/tests/reflectionProperty_export_error.phpt + ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt + ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt + ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt + ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt + ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt + ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt + ext/reflection/tests/reflectionProperty_getDocComment_error.phpt + ext/reflection/tests/reflectionProperty_getDocComment_error.phpt + ext/reflection/tests/reflectionProperty_getDocComment_error.phpt + ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt + ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt + ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt + ext/reflection/tests/reflectionProperty_getValue_error.phpt + ext/reflection/tests/reflectionProperty_getValue_error.phpt + ext/reflection/tests/reflectionProperty_getValue_error.phpt + ext/reflection/tests/reflectionProperty_isDefault_basic.phpt + ext/reflection/tests/reflectionProperty_isDefault_basic.phpt + ext/reflection/tests/reflectionProperty_isDefault_basic.phpt + ext/reflection/tests/reflectionProperty_setValue_error.phpt + ext/reflection/tests/reflectionProperty_setValue_error.phpt + ext/reflection/tests/reflectionProperty_setValue_error.phpt: + 1.1.4; + file reflectionProperty_basic1.phpt was initially added on branch PHP_5_2. + +2007-12-18 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/curl/interface.c + ext/curl/interface.c: + + MFB: Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can + result in a crash) + + * (PHP_5_3) + ext/curl/interface.c: + Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can + result + in a crash) + +2007-12-18 Derick Rethans + + * (PHP_5_3) + ext/standard/var.c + ext/standard/tests/array/bug26458.phpt + ext/standard/tests/array/var_export2.phpt + ext/standard/tests/strings/explode.phpt: + - MFH: Fixed var_export() for array keys + - MFH: Fixed broken explode() test + + * ext/standard/var.c + ext/standard/tests/array/bug26458.phpt + ext/standard/tests/array/var_export2.phpt + ext/standard/tests/strings/explode.phpt: + - Fixed var_export() for array keys + - Fixed broken explode() test + + * main/rfc1867.c: + - Fixed typo. + 2007-12-17 Ilia Alshanetsky * (PHP_5_3)