mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
996f217aa5
We add the `is_seekable` member to `php_stdio_stream_data`, and prefer that over `is_pipe`, since the latter is simply a misnomer. We keep `is_pipe` for now for Windows only, though, because we need special support for pipes there. We also fix the misaligned bitfield which formerly took 33 bit.