diff --git a/IDNA/php4.php b/IDNA/php4.php index 1acbe02..3137bd8 100644 --- a/IDNA/php4.php +++ b/IDNA/php4.php @@ -1,5 +1,6 @@ * @author Matthias Sommerfeld - * @version 0.4.0 - * + * @author Stefan Neufeind + * @package Net + * @version $Id$ */ class Net_IDNA_php4 @@ -2959,11 +2962,11 @@ function _show_hex($input, $include_bit = false) } /** -* Adapter class for aligning the API of idna_convert with that of +* Adapter class for aligning the API of Net_IDNA_php4 with that of * Net_IDNA * @author Matthias Sommerfeld */ -class Net_IDNA extends idna_convert +class Net_IDNA extends Net_IDNA_php4 { /** * Constructor @@ -3001,4 +3004,4 @@ function setParams($option, $param = false) } } -?> \ No newline at end of file +?> diff --git a/IDNA/php5.php b/IDNA/php5.php index b92fcac..c2abc1f 100644 --- a/IDNA/php5.php +++ b/IDNA/php5.php @@ -50,6 +50,7 @@ * * @author Markus Nix * @author Matthias Sommerfeld + * @author Stefan Neufeind * @package Net * @version $Id$ */ @@ -3223,4 +3224,4 @@ private static function _showBitmask($octet) // }}}} } -?> \ No newline at end of file +?> diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..faa7b62 --- /dev/null +++ b/package.xml @@ -0,0 +1,69 @@ + + + + Net_IDNA + Punycode encoding and decoding. + This package helps you to encode and decode punycode strings easily. + + + mnx + Markus Nix + mnix@docuverse.de + lead + + + mso + Matthias Sommerfeld + mso@phlylabs.de + lead + + + + 0.7.1 + 2005-08-13 + LGPL + beta + Fixed error handling ("Beloved Benjamin Muskalla version") + + + + + + + + + + + + + + + 0.6.0 + 2005-08-03 + beta + Several fixes, fixed problems with unicode codepoints. + + + + 0.5.0 + 2005-02-01 + beta + Fixed bug #2801: Changed dependency settings (Package now works fine with PHP4 and 5). + + + + 0.4.0 + 2004-11-14 + beta + 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 + 2004-08-16 + beta + Initial release. + + + +