Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-diactoros 1.8.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 19 Jul 18:39
· 271 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #318 fixes the logic for discovering whether an HTTPS scheme is in play
    to be case insensitive when comparing header and SAPI values, ensuring no
    false negative lookups occur.

  • #314 modifies error handling around opening a file resource within
    Zend\Diactoros\Stream::setStream() to no longer use the second argument to
    set_error_handler(), and instead check the error type in the handler itself;
    this fixes an issue when the handler is nested inside another error handler,
    which currently has buggy behavior within the PHP engine.