hi andrei,

what would you think if we add a zend_parse_method_parameters() function to
the parse parameters API ?
as you're maintaining that part of the code i thought it would be a good idea
to ask you first, before i'm going to commit something.

:)

to be serious:
it is not yet used anywhere, so we can still change it however we want. if you
think it doesn't belong there we can even remove it, but i already needed that
functionality in 3+ extensions and i guess you even will like it for your gtk
stuff. i even have to review the thing as i don't think it that it works as
expected right now, but i was in a hurry yesterday and made a skeleton for
georgs mysqli extension which needed that functions.
i also postet a message to php5-dev first but somehow it doesn't show up there
(?).

harald.

"Andrei Zmievski" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:<[EMAIL PROTECTED]>...
> > 2003-02-02  Harald Radi  <[EMAIL PROTECTED]>
> > 
> >     * zend_API.c
> >       zend_API.h:
> >       extend the parameter parsing API by two functions
> >       for parsing method parameters with automatic
> >       detection if the function was called as such or as
> >       a class method (with a valid this ptr).
> >       if called as a function the first parameter has to be
> >       the object it is operating on, if called as a method
> >       this is used.
> 
> Would have been nice of you to talk with me about this first, since I
> maintain that code.
>  
> -Andrei                                       http://www.gravitonic.com/
> * Use the source, Luke. *


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

Reply via email to