Test the latest snapshot. We actually fixed some bugs just recently
which were manipulating reference counts when they shouldn't have.

Andi

> -----Original Message-----
> From: Kannan Muthukkaruppan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2008 5:05 PM
> To: Stas Malyshev
> Cc: internals@lists.php.net
> Subject: RE: FW: [PHP-DEV] memory corruptions in APC env when using
> references or extract(..., EXTR_REFS) [was re: references /
> zend_assign_to_variable / IS_CONST operands in APC]
> 
> 
> We are on 5.2.5.
> 
> regards
> Kannan
> -----Original Message-----
> From: Stanislav Malyshev [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2008 4:50 PM
> To: Kannan Muthukkaruppan
> Cc: internals@lists.php.net
> Subject: Re: FW: [PHP-DEV] memory corruptions in APC env when using
> references or extract(..., EXTR_REFS) [was re: references /
> zend_assign_to_variable / IS_CONST operands in APC]
> 
> Hi!
> 
> > Example #1:
> > <?php
> >
> > $x = 5;
> > $y = &$x;
> >
> > $y = null;  <---
> 
> IIRC the issue with refcounts there was fixed some time ago. Are you
> sure this still happens in 5.2 or 5.3 code?
> --
> Stanislav Malyshev, Zend Software Architect
> [EMAIL PROTECTED]   http://www.zend.com/
> (408)253-8829   MSN: [EMAIL PROTECTED]
> 
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to