diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-17 14:43:53 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-17 14:48:51 +0200 |
| commit | 07a4d134abd07690f9921eb0d0c7eeb671b0b875 (patch) | |
| tree | 73283bad8dbd790da2c41f20d7865e962e18ebae /php.ini-development | |
| parent | b30e4a5aa62f57ef51af75e51260802999f870ab (diff) | |
| download | php-git-07a4d134abd07690f9921eb0d0c7eeb671b0b875.tar.gz | |
Avoid duplicate fstat() for includes
By adding a flag to avoid forced fstat for includes. The two fstats
will happen back to back and we don't care about a possible
invalidation.
I was hoping to move this higher up in the stack and make the
ISREG check somewhere in fsizer of fixup, but this doesn't really
seem to be possible. E.g. an FP stdin handle will not be a regular
file but of course needs to be allowed. Additionally custom stream
wrappers may not implement this functionality.
Diffstat (limited to 'php.ini-development')
0 files changed, 0 insertions, 0 deletions
