I'm looking into this, too. (I know you originally posted this last February, BTW).
I know of some GPL implementations of what you/I want, but using them outside of their normal apps might be difficult and coupld be illegal, if not messy.
<opinion>
PHPGroupware (semi capable/mature ACL's). http://phpgroupware.org/ (Two strikes against them, though. Sloppy/slow/fragile code and very, very, very poor/out-of-date documentation). Good eye candy, lots of integrated apps, an extreme level of interest and momentum, though. Some day it'll be best in all areas, perhaps. It's hard to use the API outside of PHPGroupWare, though, and it changes daily. :-(
TUTOS (news to me tonight, I didn't realize they had an ACL, good docs, better code than above). http://www.tutos.org/
Horde Framework, maybe? (It's very mature/documented, too). http://horde.org/horde/
TWIG is doing it, too, I think, but hmmmm: http://twig.screwdriver.net/index.php3
PHProjekt (Ummm, well....): http://www.phprojekt.com/index.php
Eutychus may get there some day, maybe not, but it's worth a look: http://www.xmlhead.com/index.php/xmlhead_eutychus
The Prometheus API is moving that way: http://prometheus.sourceforge.net/
I don't know about PEAR, now or in the future: http://pear.php.net/
Binary Cloud doesn't seem to, yet their stuff is well-documented. http://www.binarycloud.com/
There needs to be a better, more capable authentication/sessions/permissions/acl API for PHP, one that is either under the LGPL or BSD, or that is under the GPL and makes it easy to extend their classes to fit your own use, yet can keep some coders out of legal hot water....
PHPLib isn't what I'm looking for, for ACL or permissions. It is, however, what I'm looking for, for authentication and sessionization. I am trying to extend it to PHPGW's ACL database schema, and it ain't all that easy, because of PHPGW.... 31 permissions bit fields and no ACL. It's pretty fast and used everywhere. Medium quality documentation.
Have you found out anything? I'm using PHPGW as a model, but unfortunately their code is convoluted.
The above represents my exhaustive search. I need something really good, really fast, myself.
</opinion>