mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01: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.