This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
2.0.0
- The minimum PHP version required is now PHP 5.4.2; PHP 5.3.x is no longer supported (@elazar)
- Travis CI testing configuration no longer includes PHP 5.3 and now includes PHP 7 (@elazar)
- The most current version of PHPUnit 4.x available will now be used (@Renegade334)
- Hostname elements can now take a digit as first character and no longer need to contain a TLD, for compliance with RFC 1123 (@Renegade334)
- Usernames can no longer contain @ characters, for compliance with RFC 2812 (@Renegade334)
consume()
no longer truncates incomplete lines (@Renegade334)- Command parameters now have sequential array keys where in some instances they previously did not (@Renegade334)
parse()
now returns unparseable commands in an'invalid'
key (@Renegade334)