Home
last modified time | relevance | path

Searched hist:"6 cc6a0d2d8cfd4379f05b92c2dd838275d7f1edd" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dcommon.php6cc6a0d2d8cfd4379f05b92c2dd838275d7f1edd Thu Jan 09 08:55:40 UTC 2025 Andreas Gohr <andi@splitbrain.org> use http_build_query() in buildURLparams()

buildURLparams() is used all throughout the code, but its implementation
was overly simplistic. This changes it to use the much better builtin
http_build_query() function. This allows for correct encoding of array
values or deeper nested structures.