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

Reply via email to