ecma_intl 0.1.3

A PHP implementation of ECMA-402


A PHP implementation of the ECMA-402 11th Edition Internationalization API Specification.

License: BSD-3-Clause

Changes

Fix: reduce duplication of code (and eliminate build warnings) by splitting MINIT for each class into separate functions.
Fix: allow installation of extension on PHP 8.3.
Fix: fixes a build warning for switch statements with no default branch.