Hi -


Sebastian Bergmann wrote:
Andi Gutmans wrote:

Zeev is planning on fixing this.


Cool.

Interfaces should be allowed to extend other interfaces but not
to implement them.


interface Bar extends Foo {}

works already (at least last time I checked). What I need (and meant) is

interface Barbara extends Bar, Foo {}

Just to make sure :-),

This multiple extension would be very nice. I thought this was going to be fixed for beta4/RC1, but still seems not to be. Is the plan not to implement this feature? As Sebastian points out here (some time ago), perhaps there was some misunderstanding about what the original issue was.


Hans


Sebastian


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



Reply via email to