I've added a flag to make_seekable that allows the caller to indicate that they prefer a file-based stream as opposed to a temp_stream and enabled the temp streams now in CVS as the default seekable stream. (I forgot to mention that part in my latest commit message).
I've also given the temp_stream cast operation some more smarts. If you could test with your huge images that would be great :-) --Wez. On 19/03/02, "Marcus Börger" <[EMAIL PROTECTED]> wrote: > > > 3) the patch below shows that as expected only one line has to be > > > modified in order to use temp-streams instead of temp-files directly. > > > But you would have to reenable memory_streams.c. I tried it and it > > > worked fine for me. > > > >I want to do some tests before doing this; but there should be no > >problems. > > I tested it myself with ext/exif and an image with about 70mb because > ext/exif does many seeks and mostly small read operations in it. Also > it worked with all other test images. > Tell me when done, so i can add documentation. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php