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
uri: Fix const-correctness violation in uri_*_from_obj
The functions derived non-const pointers from a const-pointer, which is not
correct. Since php#19854 no `const` pointers are passed into these
functions, so we can just make the parameter non-const.
0 commit comments