From: Stanislav Malyshev Date: Tue, 14 Aug 2007 00:50:45 +0000 (+0000) Subject: variable class patch was reverted for 5.2.4 X-Git-Tag: php-5.2.4RC2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb5d47b1fbac06be1faf55371df16fd38bb4e61d;p=php variable class patch was reverted for 5.2.4 --- diff --git a/NEWS b/NEWS index 9aaa6c8935..77b8e759d8 100644 --- a/NEWS +++ b/NEWS @@ -64,8 +64,6 @@ PHP NEWS - Added PCRE_VERSION constant. (Tony) - Added ReflectionExtension::info() function to print the phpinfo() block for an extension. (Johannes) -- Added possibility to call static class members using variables. (Etienne - Kneuss) - Implemented FR #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes). (Tony)