From: Date: Sat, 11 Dec 2004 01:33:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~538 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8208e517f8b9cbcd011c7efb66a6e7a6e8cd14bc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 872e41796b..e2683f75c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2004-12-10 Andi Gutmans + + * main/main.c: + - Fix bug #27728 (Can't return within a zend_try{} or the previous + state isn't restored. + +2004-12-10 Antony Dovgal + + * ext/standard/file.c: + fix buffer overrun & segfault in get_meta_tags() when there is no tag value + +2004-12-10 Andi Gutmans + + * (PHP_5_0) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Back to -dev + + * (PHP_5_0) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - 5.0.3RC2 + +2004-12-10 Ilia Alshanetsky + + * ext/pcre/php_pcre.c: + Avoid causing a crash. + 2004-12-09 Antony Dovgal * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9b26ea8efc..afbb4cd942 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2004-12-10 Andi Gutmans + + * (PHP_5_0) + zend.h: + - Back to -dev + + * (PHP_5_0) + zend.h: + - 5.0.3RC2 + 2004-12-07 Dmitry Stogov * zend_exceptions.c