algo26-matthias / idna-convert

Pure PHP IDNA Converter
http://idnaconv.net
GNU Lesser General Public License v2.1
66 stars 23 forks source link

[breaking] Tidy handling of invalid Punycode strings #7

Closed cerlestes closed 8 years ago

cerlestes commented 8 years ago

Is a breaking change (removes a constant and an exception) Fixes #6

ghost commented 8 years ago

Thank you for your findings!

I am trying to merge them with master right now.