speedster-kiev / namecheap-php-sdk

Namecheap API based on api provided by brandonlamb@gmail.com
Apache License 2.0
15 stars 16 forks source link

Increase the maximum string length for host in DNS #2

Closed aaronhuisinga closed 9 years ago

aaronhuisinga commented 10 years ago

The current DNS record class truncates the host down to 70 characters. When forwarding a domain to a URL over 70 characters, the destination URL is truncated, and the link will not be correct. This commit simply ups the maximum host length to 200 characters.

aaronhuisinga commented 10 years ago

Also, it would be great if you'd update the current version after merging this so that composer users will be able to pull in the update.