Ilia Alshanetsky wrote:
Inclusion of E_STRICT and E_RECOVERABLE_ERROR into E_ALL
-1

Changing the behavior of error reporting can have some implications on servers where it is intended to not show errors at least with E_STRICT errors.
Addition of support for dynamic statics ala: class foo {} foo::$bar = 1;
+1

This would allow for more dynamic code and since in the non static context it is already allowed I see no reason to not allow it in static context.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to