Re: [PHP-DEV] Re: [PATCH] = doesn't remove old references like unset()

2006-11-07 Thread Matt Wilmas
- Original Message - From: Michael Wallner Sent: Tuesday, November 07, 2006 Matt Wilmas wrote: Hi (Dmitry?), See Bug #33282 -- I saw it in the Bug Summary; don't know if there are other related ones... Same applies to foreach ($arr ... $v) which is where I noticed it last week

RE: [PHP-DEV] Re: [PATCH] = doesn't remove old references like unset()

2006-11-07 Thread Dmitry Stogov
Hi Michael, I think the patch is correct. Really you can just call zval_ptr_dtor() to make the magic in one place. Thanks. Dmitry. -Original Message- From: Michael Wallner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 2:08 PM To: internals@lists.php.net; Dmitry Stogov

Re: [PHP-DEV] Re: [PATCH] = doesn't remove old references like unset()

2006-11-07 Thread Michael Wallner
Dmitry Stogov wrote: Hi Michael, I think the patch is correct. Really you can just call zval_ptr_dtor() to make the magic in one place. Someone with Zend/ karma needs to take care of it then. Regards, -- Michael -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

RE: [PHP-DEV] Re: [PATCH] = doesn't remove old references like unset()

2006-11-07 Thread Dmitry Stogov
: [PHP-DEV] Re: [PATCH] = doesn't remove old references like unset() Dmitry Stogov wrote: Hi Michael, I think the patch is correct. Really you can just call zval_ptr_dtor() to make the magic in one place. Someone with Zend/ karma needs to take care of it then. Regards

Re: [PHP-DEV] Re: [PATCH] = doesn't remove old references like unset()

2006-11-07 Thread Ilia Alshanetsky
: Tuesday, November 07, 2006 6:54 PM To: internals@lists.php.net; Dmitry Stogov Subject: Re: [PHP-DEV] Re: [PATCH] = doesn't remove old references like unset() Dmitry Stogov wrote: Hi Michael, I think the patch is correct. Really you can just call zval_ptr_dtor() to make the magic in one place