mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
4cd6d384bd
`php_stream_write()` returns `-1` on failure now, which has to be catered to by `SplFileObject::fputcsv()` which still is supposed to return `false` on failure.