IL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: Re: [PHP-DEV] PHP Extension Memory Problems
Date: Wed, 21 Apr 2004 22:04:19 +0100
>
> What can I do in my extension to unset or clear the variable so that it
> doesnt have to be done in the PHP script?
> if (!PZVAL_IS_REF(Arr))
&
>
> What can I do in my extension to unset or clear the variable so that it
> doesn’t have to be done in the PHP script?
> if (!PZVAL_IS_REF(Arr))
> {
>zend_error(E_ERROR, "The Arr parameter must be passed by reference");
^^^
Don't use E_ERROR in an extension unless it wou