Home » Networking » Net_IDNA
Punycode encoding and decoding.
This package is unmaintained.
Download latest release 0.8.1 (archived versions might be outdated)
License: LGPL
Description
This package helps you to encode and decode punycode strings easily.
Maintainers
- Stefan Neufeind (neufeind) — lead, active
- Markus Nix (mnx) — lead, inactive
- Matthias Sommerfeld (mso) — lead, inactive
Dependencies
Required
- PHP (>= 4.3.0)
- PEAR Installer (>= 1.4.0b1)
Releases
- 0.8.1 (beta, 2010-06-29)
Release notes
License: LGPL
Fixed broken (unneeded) constructor (thanks to Daniel)
Re-adding test-case for php5 from earlier release (if using PHP >= 5.2.1 consider using Net_IDNA2!) - 0.8.0 (beta, 2010-06-03)
Release notes
License: LGPL
QA Release
Bug #17430 Multiple Net_IDNA class declarations
Warning: This release splits this package into Net_IDNA (php4) and Net_IDNA2 (php5) - 0.7.3 (beta, 2009-07-24)
Release notes
License: LGPL
Bug #16463 - mbstring.func_overload support
#8098 Cannot inherit from undefined class idna_convert
#11644 Wrong line in IDNA/php4.php
#10784 Net_IDNA::singleton() calls non-existant factory() method
#10783 Net_IDNA::getInstance() reference notice
#8387 Problem with encode Polish letters
Converted to package.xml version 2.0
Restructed packet
PHP 5.3 errors fixed (Bug #15892)
QA Release - 0.7.2 (beta, 2008-03-22)
Release notes
License: LGPL
#8098 Cannot inherit from undefined class idna_convert
#11644 Wrong line in IDNA/php4.php
#10784 Net_IDNA::singleton() calls non-existant factory() method
#10783 Net_IDNA::getInstance() reference notice
#8387 Problem with encode Polish letters
Converted to package.xml version 2.0
Restructed packet
PHP 5.3 errors fixed (Bug #15892)
QA Release - 0.7.1 (beta, 2005-08-13)
Release notes
License: LGPL
Fixed error handling ("Beloved Benjamin Muskalla version")
- 0.7.0 (beta, 2005-08-07)
- 0.6.0 (beta, 2005-08-04)
Release notes
License: LGPL
Several fixes, fixed problems with unicode codepoints.
- 0.5.0 (beta, 2005-02-01)
Release notes
License: LGPL
Fixed bug #2801: Changed dependency settings (Package now works fine with PHP4 and 5).
- 0.4.0 (beta, 2004-11-14)
Release notes
License: LGPL
Fixed bug #2717: The German sharp S (ß) is converted incorrect. It isn't treated as a special character but simply replaced by "ss".
- 0.3.0 (beta, 2004-08-16)
Release notes
License: LGPL
Initial release.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #2526 | Bogus | Bug | 2004-10-14 | Very long execution time / Running in loop? | |
| #2556 | Closed | Bug | 2004-10-18 | Browse the source tree points to nonworking link | |
| #2717 | Closed | Bug | 2004-11-08 | German sharp S converted incorrect | |
| #2801 | Closed | Bug | 2004-11-21 | Why require PHP 5? | |
| #4471 | Closed | Req | 2005-05-30 | Use pecl/idn as optional backend | |
| #5470 | Closed | Bug | 2005-09-21 | PHP4 variant of the class Net_IDNA fails to include | |
| #6232 | Bogus | Bug | 2005-12-12 | decode url with "?" | |
| #6728 | Closed | Bug | 0.7.1 | 2006-02-08 | possible encode bug |
| #8098 | Closed | Bug | 0.7.1 | 2006-07-02 | Cannot inherit from undefined class idna_convert |
| #8387 | Closed | Bug | 0.7.1 | 2006-08-08 | Problem with encode Polish letters |
| #10783 | Closed | Bug | 0.7.1 | 2007-04-19 | Net_IDNA::getInstance() reference notice |
| #10784 | Closed | Bug | 0.7.1 | 2007-04-19 | Net_IDNA::singleton() calls non-existant factory() method |
| #11644 | Closed | Bug | 0.7.1 | 2007-07-19 | Wrong line in IDNA/php4.php |
| #14419 | Closed | Bug | 0.7.2 | 2008-07-29 | Decode of Punycode domains with subdomain e.g. www.xn--ko-eka.de |
| #14426 | Assigned | Bug | 0.7.2 | 2008-07-31 | Decode of URL with GET parameters |
| #15892 | Closed | Bug | 2009-02-12 | php5.3: deprecated syntax | |
| #16463 | Closed | Bug | CVS | 2009-07-22 | mbstring.func_overload support |
| #17430 | Closed | Bug | 0.7.3 | 2010-05-24 | Multiple Net_IDNA class declarations |
| #20115 | Closed | Bug | 0.8.1 | 2013-11-04 | package.xml does not validate |