Skip to content

1.0.2

Choose a tag to compare

@trowski trowski released this 19 Jun 05:14
48c4e12
  • Fixed an issue in ResourceOutputStream when writing large data chunks and the $chunkSize provided to the constructor was null.
  • ResourceInputStream closes the readable side of the stream with stream_socket_shutdown (or closes the stream with fclose for read-only streams) when the close method is invoked. The GC was relied upon for this behavior before, but was inconsistent.
  • ResourceOutputStream now closes the writable side of the stream with stream_socket_shutdown (or closes the stream with fclose for write-only streams) when the close method is invoked. The GC was relied upon for this behavior before, but was inconsistent.