On Tue, Mar 11, 2008 at 8:42 PM, Mike Lively <[EMAIL PROTECTED]> wrote:
> If this could be overcame I think it would be relatively easy to > consolidate this code internally. I will look at it this evening and > tomorrow. > New patches can be found at http://www.digitalsandwich.com/Patches/index.html I have fixed the forward_static_call (I am not attached to the name and am open to suggestions) patch to use a callable. In doing this I also added an additional check to make sure the called_class is only forwarded if the class whose method being called is an ancestor of the current class. If that is not the case, then the behaviour will actually be identical to call_user_func*. I created against patch for both 5_3 and 6. I have also updated and attached that parent:: forwarding patch for both 5_3 and 6. In the event that someone wants to look at that (PLEASE??? ;)). - Mike Lively