Quoting Marcus Börger <[EMAIL PROTECTED]>:
> Hello fuhs,
>
> Friday, June 27, 2003, 8:46:41 PM, you wrote:
>
> fpe> Quoting Andrei Zmievski <[EMAIL PROTECTED]>:
>
> >>
> >> If you want zval**'s, use zend_get_parameters().
> >>
> >> -Andrei
> >>
>
> fpe> How does one get zval**'s in a non-de
Hello fuhs,
Friday, June 27, 2003, 8:46:41 PM, you wrote:
fpe> Quoting Andrei Zmievski <[EMAIL PROTECTED]>:
>>
>> If you want zval**'s, use zend_get_parameters().
>>
>> -Andrei
>>
fpe> How does one get zval**'s in a non-deprecated way?
fpe> Josh
"z/" instead og "z" :-)
--
Best regards,
Quoting Andrei Zmievski <[EMAIL PROTECTED]>:
>
> If you want zval**'s, use zend_get_parameters().
>
> -Andrei
>
How does one get zval**'s in a non-deprecated way?
Josh
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 27 Jun 2003, [EMAIL PROTECTED] wrote:
> I propose that a new type, 'Z', be added in order to allow the extension coders
> access to the zval** which was available with the now deprecated
> zend_get_parameters().
>
> I came to this conclusion after tracing some segfaults to a section of cod
Hello,
I propose that a new type, 'Z', be added in order to allow the extension coders
access to the zval** which was available with the now deprecated
zend_get_parameters().
I came to this conclusion after tracing some segfaults to a section of code
similar to this:
zval *zend_value;
if
Hello,
I'm new to the world of contributing code for open source projects. Please let
me know if I'm doing something incorrectly.
I propose that a new type, 'Z', be added in order to allow the extension coders
access to the zval** which was available with the now deprecated
zend_get_parameters().