Re: [PHP-DEV] zend_list_addref and object resources

2004-08-12 Thread Marshall A. Greenblatt
- Original Message - From: "Marshall A. Greenblatt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 11:38 PM Subject: [PHP-DEV] zend_list_addref and object resources [snip] > When assigning an object resource to either 'getThis()

[PHP-DEV] zend_list_addref and object resources

2004-08-09 Thread Marshall A. Greenblatt
Hi, I'm having a bit of a conundrum that maybe someone here can help me out with :-). When assigning an object resource to either 'getThis()' or 'return_value' as shown below, is it necessary to manually increment the reference count? For example, /ext/ming/ming.c (version 1.70) contains many co