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
I just checked and just like on his example, this library useserror_get_last() without accounting for any other global error handlers set by the application. I checked fopen() but I guess the implementation is the same for all functions using error_get_last().
What do you think? Shall this be addressed? Would you like a MR?
The text was updated successfully, but these errors were encountered:
Hi there,
I was reading this thread on Twitter by Christian Lück and I immediately thought on Safe.
I just checked and just like on his example, this library uses
error_get_last()
without accounting for any other global error handlers set by the application. I checkedfopen()
but I guess the implementation is the same for all functions usingerror_get_last()
.What do you think? Shall this be addressed? Would you like a MR?
The text was updated successfully, but these errors were encountered: