------------------------------------------------------------------------
r857 | anrdaemon | 2018-08-28 03:26:18 +0300 (Tue, 28 Aug 2018) | 3 lines

+ Net\Url - added separate constructor to create Url from environment.
+ Added more test coverage.

------------------------------------------------------------------------
r856 | anrdaemon | 2018-08-28 03:23:50 +0300 (Tue, 28 Aug 2018) | 3 lines

* Clarified Url::_parse_url error message for incorrect argument.
* Tightened parameter validation for Url::_parse_str.

------------------------------------------------------------------------
r855 | anrdaemon | 2018-08-27 23:53:37 +0300 (Mon, 27 Aug 2018) | 2 lines

* Fixed UrlTest for PHP5 compatibility.

------------------------------------------------------------------------
r854 | anrdaemon | 2018-08-27 21:06:49 +0300 (Mon, 27 Aug 2018) | 2 lines

* Reverted accidental parts ordering break from r852

------------------------------------------------------------------------
r852 | anrdaemon | 2018-08-26 04:03:37 +0300 (Sun, 26 Aug 2018) | 2 lines

* Improve Url::setParts to better handle the case where query string or fragment equals to "0".

------------------------------------------------------------------------
r851 | anrdaemon | 2018-08-26 03:49:50 +0300 (Sun, 26 Aug 2018) | 2 lines

* Use external iterator. I mean, really. Why reinvent wheels?

------------------------------------------------------------------------
r806 | anrdaemon | 2018-06-19 17:23:06 +0300 (Tue, 19 Jun 2018) | 2 lines

+ Correctly parse "+" in URL path component.

------------------------------------------------------------------------
r800 | anrdaemon | 2018-04-15 20:21:44 +0300 (Sun, 15 Apr 2018) | 2 lines

= Merge down the Math branch.

------------------------------------------------------------------------
