Philip asked me to request an account for working on the Zend Engine 2
documentation.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
getting back to the original point of Philips email. What is the
relation between PECL, especially for packages that make it into core?
Does making it into core mean that the PECL package is removed (unless
the developer in question is willing to continue maintance)?
Or is it maybe ti
Stanislav Malyshev wrote:
>> You'd probably do something along those lines if it were possible:
>>
>> ((ParentClass) $child)->virtualMethod();
>
> Looks like bad style to me - why not call child's method and it would,
> if needed, pass control to parent?
yeah, although I could imagine a situation