Yes i know Zend, Cake, Symfonie, Kohana and CodeIgniter.
But i would like to know if anyone has ever tried to get rid of the huge overload you get by writting core components in php and tried to factor as much stuff out into an extension. Precompiled router classes, caching (modules have a build in memcache), etc. could speed things up.
I also know about the current weaknesses that classes are impossible (?? still true ??) to implement in an extension. But who says it has to be OO?
I would like to hear your opinion and maybe links to experimental proof (or failure) of code. I know there is nothing prime time yet, but maybe somebody thought about this in the past.
EDIT: And even if there is nothing like this may question is why? Is it just because the number of people who have the skills to write PHP extensions are so limited (i would say it's ugly but not really difficult)?