from the docs: <entry>STREAM_URL_STAT_QUIET</entry> <entry>If this flag is set, your wrapper should not raise any errors. If this flag is not set, you are responsible for reporting errors using the <function>trigger_error</function> function during stating of the path.
I did not get the logic;-( Shouldn't this read:
<entry>STREAM_URL_STAT_QUIET</entry> <entry>If this flag is set, your wrapper should not raise any errors. You are responsible for reporting errors using the <function>trigger_error</function> function during stating of the path.
Why? If the flag is set, there should be no errors. Otherwise there might be errors, which should be raised with trigger_error(). That is the meaning of the text in the manual.
Goba
