]> granicus.if.org Git - php/commit
- Use temp streams internally instead of memory to reduce memory usage
authorMarcus Boerger <helly@php.net>
Thu, 5 Jan 2006 22:24:41 +0000 (22:24 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 5 Jan 2006 22:24:41 +0000 (22:24 +0000)
commitabd2aeb1cd046e929d67d124edc8d410845734d9
tree57fbb5c50a1cc6d5e9ff65181efca9c195cdc134
parent71af00ec47431de5a4cc208a8d35007cc5718299
- Use temp streams internally instead of memory to reduce memory usage
# Internally we try to use only one temp stream if possible by stoing
# the temp stream in the manifest entry and transferring ownership upon
# usage/close. If a particular file gets opened twice in parallel we open
# a second temp stream nonetheless.
ext/phar/phar.c
ext/phar/tests/013.phpt