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
Robust query string encoding for multidimensional arrays
This previously relied on a hand-rolled function that tried to do
its own urlencoding.
This commit moves query string encoding to the standard function
http_build_query.
0 commit comments