mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
Fix ZTS mode
This commit is contained in:
@@ -131,6 +131,7 @@ static ZEND_RSRC_DTOR_FUNC(file_context_dtor)
|
||||
{
|
||||
php_stream_context *context = (php_stream_context*)rsrc->ptr;
|
||||
zval_dtor(context->options);
|
||||
context->options = NULL;
|
||||
php_stream_context_free(context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user