TDJ>> Could you go into a little more depth on the problem, just so I
TDJ>> understand?

The problem is that passing argument passes only zval *, i.e. pointer to 
variable itself. To make reference assignment, you need zval **, i.e. the 
place in the symbol table. 

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.109





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

Reply via email to