You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And note that this extension is barely maintained for years, and may break with new PHP versions; if you still use it for testing purposes, consider to rewrite your code, so it can be tested without uopz.
Biggest gotcha to me was just installing a library changes how the language works. And it does that in quite silent way, so from my perspective every application on dev server just starts misbehaving, not actually crashing or showing warnings / errors
Expectation is a library should extend current capabilities, without changing the core, unless explicitly specified
I do agree with you, a refactor is probably a better investment in the long run
I went down a rabbit hole today in attempts to fix my application after it started crashing and returning HTML from JSON endpoints
Would it be easy to drop a warning to
error_log
orstdout
to communicate thatuopz
ignoredexit
command?Or at least make that behavior opt in?
I am not the first one to encounter this and probably won't be the last
The text was updated successfully, but these errors were encountered: