From: Date: Mon, 15 Nov 2004 01:36:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48fe8cf7bc6d73dfc8d1524c78412a7d2fadeb17;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0058cf8639..8c396cc77f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2004-11-14 Ilia Alshanetsky + + * ext/curl/interface.c: + Added support for better control over FTP encryption protocols. + +2004-11-14 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.c: + + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.c: + - More mnogosearch-3.2.23+ compatibility + +2004-11-14 Marcus Boerger + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_5_0) + ZendEngine2/zend_reflection_api.c: + MFH #30783 Apache crash when using ReflectionFunction::getStaticVariables() + MFH proto fixes + + * ZendEngine2/zend_reflection_api.c: + - Bugix #30783: Apache crash when using + ReflectionFunction::getStaticVariables() + 2004-11-13 Rainer Schaaf * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e2eaa295e0..e47253b40f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2004-11-14 Marcus Boerger + + * (PHP_5_0) + zend_reflection_api.c: + MFH #30783 Apache crash when using ReflectionFunction::getStaticVariables() + MFH proto fixes + + * zend_reflection_api.c: + - Bugix #30783: Apache crash when using + ReflectionFunction::getStaticVariables() + 2004-11-09 Andrei Zmievski * zend_ini_parser.y: