-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
domains with idna localpart and "normal" tld can't be encoded #2
Comments
Could you please check, whether it works with the dev branch? Thx in advance! |
Well, I got a bunch of Class x not found errors (maybe I'm using the namespaces wrong) and after fiddling around with includes I got
but fixing this gets me something like
|
Alright, thanks for trying. I'll look into the whole issue in the next few days and will get back to you as soon as possible. Stick with 0.9 for the time being. |
Hi, first of all please update your PHP to at least version 5.6.x. A few language constructs used are not available to your old PHP version. I looked into the issues and fixed the apparent problems with instantiating the PunyCode class (alongside some minor other issues). Hope that helps. |
We can't update our PHP atm, but are working on it. Thx for your help. I'll close this for now. |
results in
because "_decode" also tries to decode the "info" which is not punycode. If I try it with "knörz.knörz" it works. Is this a bug or am I doing something else wrong?
php infos:
update: btw. it works with version 0.9.0
The text was updated successfully, but these errors were encountered: