Recommend this page to a friend! |
Classes of Matthias Sommerfeld | IDNA Convert | UPGRADING.md | Download |
|
![]() Upgrading from previous versions3.0The library has been broken down into various specific classes, thus more closely following SOLID principles. As such the single class Also the handling of host names (simple labels like | Method | |
|-------------------------|-------------------------------------|
| There's no "strict mode" anymore, this is achieved by the separate methods above. The IDN version is selected when instantiating the class, no more setting during runtime.
Also the encoding (for the Unicode side of things) is now always UTF-8. Use All actual sub classes like that for NamePrep and the actual Punycode transformation are put in their own namespaces under The class All examples are updated to reflect the new usage. See the ReadMe for more details. Also the minimum PHP version is now 7.2. 2.0The library has been handed over to actively maintained GitHub and Packagist accounts. This lead to a change in the namespace.
Replace all occurrences of
1.0BC break: As of version 1.0.0 the class closely follows the PSRs PSR-1, PSR-2 and PSR-4 of the PHP-FIG. As such the classes' naming has been changed, a namespace has been introduced and the default IDN version has changed from 2003 to 2008 and minimum PHP engine version raised to 5.6.0. 0.8.0As of version 0.8.0 the class fully supports IDNA 2008. Thus the aforementioned parameter is deprecated and replaced by a parameter to switch between the standards. See the updated example 5 in the ReadMe. 0.6.4BC break: As of version 0.6.4 the class per default allows the German ligature ß to be encoded as the DeNIC, the registry for .DE allows domains containing ß. 0.6.0ATTENTION: As of version 0.6.0 this class is written in the OOP style of PHP 5. Since PHP 4 is no longer actively maintained, you should switch to PHP 5 as fast as possible. We expect to see no compatibility issues with the upcoming PHP 6, too. |