laminas / laminas-httphandlerrunner

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.
https://docs.laminas.dev/laminas-httphandlerrunner/
BSD 3-Clause "New" or "Revised" License
63 stars 20 forks source link

feature: Add additional `headers_sent` informations to the `EmitterException` #17

Closed boesing closed 3 years ago

boesing commented 3 years ago
Q A
BC Break yes
New Feature yes

Description

The headers_sent function has optional $filename and $line arguments which can be passed by reference. This was inspired by #1

Closes #1

boesing commented 3 years ago