PHP fatals come back as 200, how can i make it return a 500
|
|
|||||
|
|
|
You would have to catch the thrown error using try/catch and then use that catch block to send a header() with the 500 error.
|
||||
|
|
|
You can use php error handling |
||
|
|
|
|
|
||
|
|
