Hi,

I created a patch for the bug #49936.

The problem was due to the new way to manage references of stream context.
The patch increase the refcount of the context when it's assigned to a
stream (in the method php_stream_context_set).
A zend_list_delete is already called on the context when the stream is
destroyed to do the opposit.

There is two different version of the patch. The better one (because
it's not using TSRMLS_FETCH) modify the php_stream_context_set which
may be used by some of the PECL extensions. And of course the second
version of the patch use TSRMLS_FETCH to avoid signature modification.

http://www.adoy.net/php/stream-nofetch.diff
http://www.adoy.net/php/stream-fetch.diff

I also wrote two phpt for this bug :

http://www.adoy.net/php/phpt/bug49936-phpt.tgz

Thanks for feedbacks.
Pierrick

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

Reply via email to