On Fri, 06 Feb 2004, Zeev Suraski wrote: > Yeah, assuming they're PHP-style objects (zend_object structure) then yes, > it should work fine.
Well, they look something like:
typedef struct {
zend_object zobj;
void *p;
dtor_t dtor;
} my_object;
- Andrei
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
