]> granicus.if.org Git - php/commit
optimize fpassthru/readfile to use mmap instead of fread
authorSascha Schumann <sas@php.net>
Sat, 11 Sep 1999 18:15:39 +0000 (18:15 +0000)
committerSascha Schumann <sas@php.net>
Sat, 11 Sep 1999 18:15:39 +0000 (18:15 +0000)
commitdda0b783df7d849df01fa831febbc1e34b5b8dd3
tree304e831840393d0202a9350bd748f6c3959c6718
parent533ef3988ba3968d74058de2b1a46bcf9ebb5f5b
optimize fpassthru/readfile to use mmap instead of fread
which especially increases speed on large files.
configure.in.in
ext/standard/file.c