Ilia Alshanetsky wrote:
Inclusion of E_STRICT and E_RECOVERABLE_ERROR into E_ALL
I do not like the idea of changing the constants in a minor release. I
know "ALL" implies includes everything but I prefer to keep E_ALL like
it is and add an E_PEDANTIC (and default to that in the sample ini files) ..
So -1
Addition of support for dynamic statics ala: class foo {} foo::$bar = 1;
We are dynamic everywhere. If you do not agree with this, than PHP is
probably not your language. That being said there are several ways to
work around this with defined static arrays or even $GLOBALS, which is
why I never really ran into this issue myself.
Still +1
regards,
Lukas
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php