]> granicus.if.org Git - php/commit
Fix #70453: IntlChar::foldCase() incorrect arguments and missing constants
authorChristoph M. Becker <cmb@php.net>
Mon, 7 Sep 2015 21:02:56 +0000 (23:02 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 7 Sep 2015 21:02:56 +0000 (23:02 +0200)
commit1372909429b2f54bdab80f9599c17ccf6e456f08
tree5c9779d61d90160c5173a082d19dd705973ff4c5
parentf402056194180de488de1c990f089dce70aae6e6
Fix #70453: IntlChar::foldCase() incorrect arguments and missing constants

We add missing ARG_INFO for the seconds parameter $options, and add the
respective constants IntlChar::FOLD_CASE_DEFAULT and
::FOLD_CASE_EXCLUDE_SPECIAL_I.
ext/intl/uchar/tests/bug70453.phpt [new file with mode: 0644]
ext/intl/uchar/uchar.c