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
Crash fix:
The current code causes hardly debugable PHP.exe crashes in case when PHP developer does not release query results in time.
This is just minimal fix of just one such a scenario.
Architectural fix would be better of course - like throwing regular PHP exception instead of crashing PHP.exe.
Case FIXED:
Avoid memory overwrites of released query or result (the memory allready allocated by somebody else) or in case of more cursors opened for one query.
0 commit comments