PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Julian Finkler   PHP PSR-7 Implementation of Streams   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP PSR-7 Implementation of Streams
Implements the access to data as defined in PSR-7
Author: By
Last change: change: Changelog updated
change: Updated the Copyright
change: Dependencies updated and sca fixed
CS fixed, copyright updated and changelog updated
Merge remote-tracking branch 'origin/master'
Update CHANGELOG.md
Fixed bugs with the input and output stream

Since both streams are no file streams, there is no way to retrieve the size of the stream.
For the InputStream there is a work around for server variables by reading the content-length.
Added changelog and example code
Date: 18 days ago
Size: 770 bytes
 

Contents

Class file image Download

Changelog

3.0.0 (12 Jun 2024)

  • Dropped pre PHP 8.2 support
  • Updated dependencies - `psr/http-message`: `^1.0` -> `^2.0.0` - `phpunit/phpunit`: `^7.0 || ^8.0 || ^9.0` -> `^9.0 || ^10.0 || ^11.0` - `phpstan/phpstan`: `^1.4` -> `^1.11.4` - `friendsofphp/php-cs-fixer`: `^v3.8.0` -> `^v3.58.1`
  • Removed `tests/autload.php` and use `vendor/autoload.php` instead.
  • Updated code/tests to support PHP 8.2
  • Copyright updated

2.0.0 (22 Mar 2022)

  • Added PHP8 support
  • Dropped pre PHP 7.4 support
  • Added SCA

1.0.1 (21 Aug 2019)

Bugfixes - InputStream: getSize returns the content of the $_SERVER['CONTENT_LENGTH'] variable. - OutputStream: getSize throws a exception since the size can not be determined.

1.0.0 (21 Aug 2019)

Initial release