summaryrefslogtreecommitdiff
path: root/ext/intl/uchar
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentsFabien Villepinte2017-10-251-2/+2
* fix double freeAnatol Belski2016-08-291-1/+1
* Changed to check for error with the new function that returns null if error i...Daniel Persson2016-04-081-4/+4
* Fixed bug #70455 Missing constant: IntlChar::NO_NUMERIC_VALUEAnatol Belski2016-04-082-0/+14
* Aligned IntlChar protos to their ARG_INFO (related to #70453)Christoph M. Becker2015-09-101-18/+18
* Skip IntlChar related test if ext/intl is not availableChristoph M. Becker2015-09-101-0/+2
* Fix #70454: IntlChar::forDigit second parameter should be optionalChristoph M. Becker2015-09-072-1/+19
* Fix #70453: IntlChar::foldCase() incorrect arguments and missing constantsChristoph M. Becker2015-09-072-0/+21
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-5/+3
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* Fix compile errorzxcvdavid2015-03-041-2/+2
* fix size & compilation on DarwinStanislav Malyshev2015-01-181-2/+3
* Add IntlChar class to intl extensionSara Golemon2015-01-168-0/+1657