when i register a destructor with zend_register_list_destructors_ex(), why is the registered function only called at the end of the script and never during processing when i do something like unset($my_obj); or $my_obj=null;. isn't it supposed to be called during execution ? harald -- 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]
- Re: [PHP-DEV] api question Harald Radi
- Re: [PHP-DEV] api question Zeev Suraski