Re: [PHP-DEV] RE: Third party object support in ZE2

2006-01-10 Thread Steph Fox
Hi Dmitry, in CVS_HEAD and PHP_5_1, forcing a call to zend_objects_destroy_object() when there is no obj->dtor defined. (zend_objects_API.c, revision 1.47.2.3). Yes. This is my patch. It allws calling destructor in classes those extend internal ones. (Probably it can be reverted and all "bad"

[PHP-DEV] RE: Third party object support in ZE2

2006-01-09 Thread Dmitry Stogov
Hi Steph, > -Original Message- > From: Steph Fox [mailto:[EMAIL PROTECTED] > Sent: Monday, January 09, 2006 9:50 PM > To: Dmitry Stogov > Cc: Andrei; internals > Subject: Third party object support in ZE2 > > > Hi Dmitry, > > I gave up on IM now, it's too slow :) > > Coming from the P