Rasmus Lerdorf wrote:
functable is getting confused on entries like this:proto public static mixed Reflection::export(Reflector r [, bool return]) and public void ReflectionFunction::__construct(string name)The function name in the proto5 table ends up being "static" and "void" for those two cases.
Ok, I have fixed this one, fixed the php5 checkout which was broken, and added php6 support along with the ability to pick out class methods in the version detection magic.
-Rasmus