Laminas Diactoros v1.6.1 Release Notes

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

    • Nothing.

    🔄 Changed

    • ⚡️ zendframework/zend-diactoros#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

    • zendframework/zend-diactoros#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.