Make url_stats in resolve_path quiet
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 30 Dec 2019 22:06:12 +0000 (23:06 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 30 Dec 2019 22:22:26 +0000 (23:22 +0100)
commit003be875e4dda029a358fb2d1da44a0b5ff86c6a
tree0f5d569b76bcbb28acc0b0107944be17bae890b0
parent98df5c97f47dd3a50cb43763a1811f86f2ca912e
Make url_stats in resolve_path quiet

These stats are used to check whether the file exists -- they
should not generate errors. Having the flag set is particularly
important for custom stream wrappers.
Zend/tests/include_stat_is_quiet.phpt [new file with mode: 0644]
main/fopen_wrappers.c