On Sun, Dec 30, 2001 at 04:09:54PM -0500, Sean R. Bright wrote : 
> Is the goal to existing code over to use the zend_parse_parameters()
> function or just those functions that take more than one parameter/
> optional parameters?

    The point to use the never API is the unified error messages,
    in most cases easier access to the passed variables and a
    cleaner and easier to review interface to acess the args
    (with a glance at the args specified you know what to expect
    regardless of the maybe wrong doc proto for example). It's
    the prefered API but it's not necessarily needed to convert
    old API (most people do this when they fix a bug somewhere to
    convert it too).

    - Markus

-- 
Please always Cc to me when replying to me on the lists.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to