mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
Disable buffering in PHP streams, to avoid storing and copying the file contents twice. This will call stream_set_option() on custom stream wrapper as well, so the method needs to be implemented to avoid a warning.