zend-diactoros v1.6.1 Release Notes

Release Date: 2017-10-12 // over 6 years ago
  • โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • โšก๏ธ #273 updates each of the SAPI emitter implementations to emit the status line after emitting other headers; this is done to ensure that the status line is not overridden by PHP.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • #273 modifies how the SapiEmitterTrait calls header() to ensure that a response code is always passed as the third argument; this is done to prevent PHP from silently overriding it.