[ANNOUNCEMENT] Net_URL2-2.0.4 (stable) Released.
[email protected] ("PEAR Announce")
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package Net_URL2-2.0.4 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* Fixed #20161: URLs with "0" as host fail to normalize with empty path
* A flaw in NetURL2::removeDotSegments() introduced in 2.0.1 has been fixed
* New: NetURL2::removeDotSegments() emits a warning on loop limit reach
* Url-segment maximum count raised from 100 to 256 (loop limit)
Package Info
------------
Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of
relative URLs.
Related Links
-------------
Package home: http://pear.php.net/package/Net_URL2
Changelog: http://pear.php.net/package/Net_URL2/download/2.0.4
Download: http://download.pear.php.net/package/Net_URL2-2.0.4.tgz
Authors
-------
Tom Klingenberg (lead)