From: Date: Mon, 29 Oct 2007 01:31:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=088993e6e9f0a95510b7b476b1c5251626db9572;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0b0019e48f..feb8ee513c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2007-10-28 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/reflection/php_reflection.c + ext/reflection/php_reflection.c + ext/reflection/tests/bug42976.phpt: + + MFB: Fixed bug #42976 (Crash when constructor for newInstance() or + newInstanceArgs() fails) + + * ext/reflection/tests/bug42976.phpt + ext/reflection/tests/bug42976.phpt: + + + MFB: Fixed bug #42976 (Crash when constructor for newInstance() or + newInstanceArgs() fails) + + * (PHP_5_3) + ext/reflection/php_reflection.c + ext/reflection/tests/bug42976.phpt + ext/reflection/tests/bug42976.phpt: + Fixed bug #42976 (Crash when constructor for newInstance() or + newInstanceArgs() fails) + 2007-10-27 Raghubansh Kumar * (PHP_5_2)