Closed chrisgraham closed 8 years ago
PHP can be configured how it reads files, regarding \r\n.
MemoryStream.php should always use fopen with 'b' included in the method strings to ensure this doesn't happen.
PHP can be configured how it reads files, regarding \r\n.
MemoryStream.php should always use fopen with 'b' included in the method strings to ensure this doesn't happen.