» Version | » Information |
---|---|
2.1.2 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.1.2 Release date: 2016-04-18 18:41 UTC Release state: stable Release uploaded by: tkli Changelog: * Fix: Correct case of method call name * Fix: Travis PHP 5.2 * Fix: Correct earlier regex delimiter * New: Test with PHP 7 and HHVM on Travis CI Dependencies:
|
2.2.1 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.2.1 Release date: 2016-04-18 18:41 UTC Release state: stable Release uploaded by: tkli Changelog: * Fix: Correct earlier regex delimiter * Fix: Travis missing hhvm-nightly * Fix: Travis PHP 5.2 * Fix: Correct case of method call name Dependencies:
|
2.2.0 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.2.0 Release date: 2015-04-18 19:52 UTC Release state: stable Release uploaded by: tkli Changelog: * Changed composer autoloader to classmap, fixes include path pollution Dependencies:
|
2.1.1 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.1.1 Release date: 2014-12-27 15:11 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #20473: Normalize query and fragment broken Dependencies:
|
2.1.0 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.1.0 Release date: 2014-10-21 20:38 UTC Release state: stable Release uploaded by: tkli Changelog: * New: OPTION_DROP_SEQUENCE Dependencies:
|
2.0.12 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.12 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.12 Release date: 2014-10-21 20:38 UTC Release state: stable Release uploaded by: tkli Changelog: * Removed: OPTION_DROP_SEQUENCE Dependencies:
|
2.0.11 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.11 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.11 Release date: 2014-10-18 10:58 UTC Release state: stable Release uploaded by: tkli Changelog: * New: OPTION_DROP_SEQUENCE Dependencies:
|
2.0.10 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.10 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.10 Release date: 2014-10-10 00:31 UTC Release state: stable Release uploaded by: tkli Changelog: * Imp: composer for pear * Fix: Documentation problem Dependencies:
|
2.0.9 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.9 Release date: 2014-10-08 17:58 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #20418: Incorrect normalization of URI with missing authority * Upd: Test for RFC 3986 Section 1.1.2 Examples * Upd: Travis CI - PHP 5.6 added Dependencies:
|
2.0.8 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.8 Release date: 2014-10-08 01:42 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #20420: Inconsistent setAuthority and getAuthority * Fixed #20423: URI with IPv6 or IPvFuture not parsed * Imp: Test for RFC 3986 Section 1.1.2 Examples Dependencies:
|
2.0.7 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.7 Release date: 2014-09-07 10:48 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #20385: Incorrect normalization of userinfo * Fixed #20399: Setting userinfo to FALSE not transparent Dependencies:
|
2.0.6 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.6 Release date: 2014-06-21 02:14 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #20304: file:// URI gets crippled Dependencies:
|
2.0.5 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.5 Release date: 2014-01-01 23:34 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #17036: Brackets broken for query variables * Fixed diverse coding style violations and misc. minor issues * Increased code coverage Dependencies:
|
2.0.4 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.4 Release date: 2013-12-31 04:02 UTC Release state: stable Release uploaded by: tkli Changelog: * 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) Dependencies:
|
2.0.3 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.3 Release date: 2013-12-30 03:59 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #20156: setAuthority() flaw with "0" as host * Fixed #20157: normalize() flaw with "0" as path * Fixed #20158: Fragment-only references are not resolved to non-absolute base URI * Fixed #20159: Authority not terminated by slash * Fixed diverse coding style violations and misc. minor issues * Increased code coverage * Added support for Scrutinizer CI Dependencies:
|
2.0.2 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.2 Release date: 2013-12-27 20:36 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed #19684: Redirects containing spaces do not work * Fixed diverse coding style violations and misc. minor issues * Improved source package distribution * Added support for Travis CI Dependencies:
|
2.0.1 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.1 Release date: 2013-12-25 01:25 UTC Release state: stable Release uploaded by: tkli Changelog: * Fixed Bug #20013: getNormalizedURL() adds leading "@" chars in the Authority * Fixed Bug #20016: Wrong data in 6d4f4dd "Package.xml preparation." * Fixed Bug #19176: resolve() does not merge the path if the base path is empty * Fixed Bug #19315: removeDotSegments("0") not working Dependencies:
|
2.0.0 |
Easy InstallNot sure? Get more info. pear install Net_URL2-2.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-2.0.0 Release date: 2011-10-20 11:15 UTC Release state: stable Release uploaded by: davidc Changelog: * Fixed the version of the release. Follow the convention for Package2. * Fixed Bug #18917: URL2.php moved to ./Net/Net (davidc) Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install Net_URL2-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-1.0.0 Release date: 2011-10-20 01:36 UTC Release state: stable Release uploaded by: davidc Changelog: * Fixed Bug #17036: Problem with parsed query string * Fixed Bug #17087: setOption() function is gone * Fixed #17166: Fluent Interface * Fixed #17167: Refactor __construct * Fixed Bug #18267: setQueryVariables() fails to encode array values * Fixed Bug #14399: Fixed multiple bugs in Net_URL2 (Missing setOption value, unused properties, etc.) Dependencies:
|
0.3.1 |
Easy InstallNot sure? Get more info. pear install Net_URL2-0.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-0.3.1 Release date: 2010-02-22 22:45 UTC Release state: beta Release uploaded by: schmidt Changelog: * BC break: Removed setOption() to avoid undefined behaviour (bug #16674) * Fixed Bug #16854: Invalid package.xml making it impossible to install with Pyrus * Fixed Bug #16651: Port may be an empty string * Fixed Bug #16653: Don't make OPTION_SEPARATOR_(IN|OUT)PUT default to arg_separator.(in|out)put Dependencies:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install Net_URL2-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-0.3.0 Release date: 2009-09-05 23:00 UTC Release state: beta Release uploaded by: schmidt Changelog: * Fixed #14399 (Errors in URL parsing (items #1 and #3)) * Fixed #14735 (Encode query string values) * Fixed #15546 (Add adding __toString()) * Fixed #15367 (Use RFC 3986-compliant version of rawurlencode() in PHP < 5.2) * Fixed #14289 (Add __get() and __set()) Dependencies:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install Net_URL2-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-0.2.0 Release date: 2008-06-18 15:22 UTC Release state: beta Release uploaded by: schmidt Changelog: Major rewrite to comply with RFC3986 (bug 11574). Much better support for resolving relative URLs. WARNING: Method and property names has changed to reflect the terminology used in the RFC - THIS RELEASE IS NOT BACKWARDS COMPATIBLE WITH VERSION 0.1.0. Dependencies:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install Net_URL2-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Net_URL2-0.1.0 Release date: 2007-05-07 20:17 UTC Release state: beta Release uploaded by: davidc Changelog: Convert to PHP5 only. PHP4 users should continue with version 1.0.15 Dependencies:
|