Expose PHP fatal errors from the WASM interpreter
adamziel opened this issue · 1 comments
adamziel commented
Right now, PHP syntax errors cause the WASM PHP to return an exit code 2, but it doesn't return any error message. Let's make it provide a regular error message such as Fatal error: Class 'MyClass' not found in ...