Re: [PHP-DEV] memory streams

2002-03-16 Thread Marcus Börger
At 18:58 16.03.2002, Marcus Boerger wrote: >At the moment i am working at memory-streams > >If have the following problem left: >I must extend >struct _php_stream_ops >with ftell > >by the way php_stream_tell is wrong because it relies on seek and >that does return either 0 on success or a

[PHP-DEV] memory streams

2002-03-16 Thread Marcus Boerger
At the moment i am working at memory-streams If have the following problem left: I must extend struct _php_stream_ops with ftell by the way php_stream_tell is wrong because it relies on seek and that does return either 0 on success or an erroecode regards marcus ->>> mail