From: Michael Wallner Date: Tue, 16 Aug 2005 15:18:13 +0000 (+0000) Subject: - add note about infunctional HttpResponse class due to the problems with static... X-Git-Tag: RELEASE_0_12_0~34 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=f74d2e7579a15d2a4097e70f9f04369a3225d4c4 - add note about infunctional HttpResponse class due to the problems with static properties --- diff --git a/KnownIssues.txt b/KnownIssues.txt index 339ea9f..0a9dc3f 100644 --- a/KnownIssues.txt +++ b/KnownIssues.txt @@ -2,7 +2,5 @@ Known Issues ============ $Id$ -Issues I don't know how to solve yet are as follows: - -- Reflection on static class members does not work - +HttpResponse class is infunctional with current ZendEngine2, +a fix is pending.