]> granicus.if.org Git - php/commit
Rethink conditions
authorAnatol Belski <ab@php.net>
Fri, 6 Apr 2018 19:33:13 +0000 (21:33 +0200)
committerAnatol Belski <ab@php.net>
Fri, 6 Apr 2018 19:33:13 +0000 (21:33 +0200)
commit14de058086d76ac344fde67fc343023fc00279a9
treeee01d1be783863a44d79faa9e06eeb84d9dfbb64
parent39301abbe19973e60ac4dbdb1d98da77fe7dfc52
Rethink conditions

Raise the requirement to ICU 56. Mixing both old and new normalizer APIs
would create too much complexity. Therefore go by the recommended ICU
version where all the normalizer API became stable. For the older ICU,
the deprecated normalizer API is used.
ext/intl/normalizer/normalizer.c
ext/intl/normalizer/normalizer.h
ext/intl/normalizer/normalizer_class.c
ext/intl/normalizer/normalizer_normalize.c
ext/intl/normalizer/normalizer_normalize.h
ext/intl/php_intl.c