Skip to content

Releases: ivantcholakov/http_build_url

v1.7.6.3

04 Feb 16:05
Compare
Choose a tag to compare

Minor corrections.

v1.7.6.2

04 Feb 15:41
Compare
Choose a tag to compare

Unfortunately the original function ignores 'query' parts of array types. This restriction has been applied on the PHP-implemented function too.

#1

v1.7.6.1

28 Oct 22:17
Compare
Choose a tag to compare

Host autodetection implementation has been made closer to C-code implementation.

An important note: Don't use host autodetection (or more generally base url autodetection)
implemented by this function, it relies first on $_SERVER['HTTP_HOST'].

See http://carlos.bueno.org/2008/06/host-header-injection.html

v1.7.6

29 Jun 22:52
Compare
Choose a tag to compare

This is the first stable release.