Index: main/streams/php_stream_context.h =================================================================== RCS file: /repository/php-src/main/streams/php_stream_context.h,v retrieving revision 1.11.2.1.2.1 diff -u -r1.11.2.1.2.1 php_stream_context.h --- main/streams/php_stream_context.h 1 Jan 2007 09:36:12 -0000 1.11.2.1.2.1 +++ main/streams/php_stream_context.h 6 Dec 2007 22:17:51 -0000 @@ -38,7 +38,7 @@ FG(default_context) ? FG(default_context) : \ (FG(default_context) = php_stream_context_alloc()) ) -#define php_stream_context_to_zval(context, zval) { ZVAL_RESOURCE(zval, (context)->rsrc_id); zend_list_addref((context)->rsrc_id); } +#define php_stream_context_to_zval(context, zval) { ZVAL_RESOURCE(zval, (context)->rsrc_id); } typedef struct _php_stream_notifier php_stream_notifier;