- 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()
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