[PHP-CVS] cvs: php4 / NEWS /main/streams userspace.c

2003-06-16 Thread Sara Golemon
pollita Mon Jun 16 15:13:39 2003 EDT Modified files: /php4/main/streams userspace.c /php4 NEWS Log: Add context property to userspace streams object. Index: php4/main/streams/userspace.c diff -u php4/main/streams/userspace.c:1.8

Re: [PHP-CVS] cvs: php4 / NEWS /main/streams userspace.c

2003-06-16 Thread Wez Furlong
zval.refcount != rsrc.refcount We should probably addref the resource refcount here to avoid pain somewhere else. --Wez. On Mon, 16 Jun 2003, Sara Golemon wrote: + MAKE_STD_ZVAL(zcontext); + php_stream_context_to_zval(context, zcontext); +