On Tue, 03 Jul 2001, Jeroen van Wolffelaar wrote:
> > You use *_PP variants for ** pointers, and _P for * pointers.
> 
> k.
> 
> I've now fixed the compile problems, it will compile now.
> Even better: it works :-)
> 
> See attachment.

And try to use ZEND_NUM_ARGS() wherever possible. Like here:

    zend_get_parameters_ex(ZEND_NUM_ARGS(),&zbase,&zexp);


-Andrei

What's hard, in hacking as in fiction,
is not the writing, it's deciding what to write.
            -- Neal Stephenson

-- 
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