Could someone who knows the new streams code look explain me what the code 
in file.c in ZEND_RSRC_DTOR_FUNC(file_context_dtor) supposed to do? It was 
destroying context->options twice - once with zval_dtor(context->options) 
directly (which I have commented out) and once from 
php_stream_context_free(context). What was it meant to do?

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.109



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to