stil / gif-endec

PHP GIF encoder and decoder
63 stars 16 forks source link

Binary-unsafe memory stream implementation #5

Closed chrisgraham closed 8 years ago

chrisgraham commented 9 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.