Re: [PHP-DEV] Modifying PHP variables in C
[email protected] ("John Lim")
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi Moriyoshi Thanks for the advice! "Moriyoshi Koizumi" <[email protected]> wrote in message news:[email protected]... > You should use zval_ptr_dtor() to dispose the old value. Note the old > value won't actually be freed as long as any reference to the variable is > alive. >