Skip to content

Net\Url: Separated environment reconstructor.

Compare
Choose a tag to compare
@AnrDaemon AnrDaemon released this 28 Aug 03:19
· 12 commits to master since this release

Yes, this is a BC break. You gotta deal with it.

Some example replacement mappings are as follows:

new Net\Url; => Net\Url::fromHttp(["path" => null, "query" => null]);
(new Net\Url)->parse($_SERVER["REQUEST_URI"]); => Net\Url::fromHttp();