drupal_get_query_array() and drupal_http_build_query() are two complementary API functions, but their names give no clue about this. We should have them renamed consistently.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | http_query_string-631852-5.patch | 10.95 KB | pwieck |
| #1 | http_query_string-631852-1.patch | 7.29 KB | plach |
Comments
Comment #1
plachThe attached patch renames
drupal_get_query_array()anddrupal_http_build_query()todrupal_http_query_split()anddrupal_http_query()_build.Comment #2
plachComment #3
plachSpoke with webchick about this.
Comment #4
klausiPatch does not apply anymore.
Comment #5
pwieck commentedI tried to redo this using fresh build from today.
Comment #7
pwieck commented#5: http_query_string-631852-5.patch queued for re-testing.
Comment #8
pwieck commentedIs it normal for the testbot to fail a test the 1st time around? I'm new at this and this is the second time I had a test pass not until re-test.
Hope this helps someone.
Comment #9
alansaviolobo commentedthese function don't exist in D8 anymore. this could apply to D7.
Comment #10
klausiway too late to change this in D7.