MB>> I want the fieldname to be a true reference to the value, so
MB>> if I modify dbx_result->data[0][0] (in a php-script, I mean),
MB>> and access it through dbx_result->data[0]['fieldname'], I
MB>> want to get the modified value.

When you build the result hash, use the same zval * in both places (don't
forget the right refcount), it should work.

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



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to