PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of Matthias Sommerfeld   IDNA Convert   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: IDNA Convert
Convert from and to IDNA Punycode domain names
Author: By
Last change: Version 4.0 (#37)

* Support for PHP 7 is dropped
* Minimum supported version is PHP 8.1 (currently still actively supported by the PHP team)
* The lib now behaves closer to the RFCs, fixing some 20-year-old issues
* A new option is available to enforce a strict subset of characters as per RFCs (useStd3AsciiRules)
* Some newer PHP language features are used, replacing older constructs
* Much refactoring has happened to have cleaner code overall
* Many more test cases were added to the integration tests, guarding the changes made
* Please consult UPGRADING.md for details about backwards incompatible changes

Co-authored-by: Elan Ruusamäe <glen@pld-linux.org>
Date: 1 year ago
Size: 200 bytes
 

Contents

Class file image Download
version: '3.1' services: idna-convert-test: image: jitesoft/phpunit:8.2 container_name: idna-convert-test command: ash -c "composer install && phpunit -vvv" volumes: - ./:/app