in the mother class (which is
not a good solution).
--
Eric Daspet
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
t may help performance ? and is this feature
possible ? (probably not for 5.0 as we are in RC, but somewhere in future)
Sincerely,
--
Eric Daspet
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Andi Gutmans wrote:
b) By default, don't check signature for inheritance *if* we're not
inheriting from an abstract class. If it is an abstract class we should
check the signature because it's a PHP 5 feature.
Do you mean :
- check the signature only for methods which were in the abstract class
not perfect in all
case/style) can only be better IMHO.
--
Eric Daspet
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Stephane Drouard wrote:
Couldn't PHP destroy global objects by taking their refcount into
account? All objects with refcount=1 are first destroyed, then all
objects with refcount=2, and so on... Objects with a same refcount
are destroyed in a random "order".
Be carreful, this does not resolve all