summaryrefslogtreecommitdiff
path: root/ext/intl/uchar
Commit message (Expand)AuthorAgeFilesLines
* Use zval_ptr_dtor() instead of legacy zval_dtor(), to destroy unused values r...Dmitry Stogov2018-07-051-4/+4
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* Move class constant definition to the right enum fileSara Golemon2018-06-192-2/+4
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* Use recommended way to handle utf*.h headers and obsolete symbolsAnatol Belski2018-04-051-0/+3
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Fix typo in commentsFabien Villepinte2017-10-251-2/+2
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-1/+1
|\
| * fix double freeAnatol Belski2016-08-291-1/+1
* | re-add range checkAnatol Belski2016-07-051-3/+12
* | Revert "fix datatype and add range check"Anatol Belski2016-07-051-8/+1
* | fix datatype and add range checkAnatol Belski2016-07-051-1/+8
* | Fixed compilation warningsDmitry Stogov2016-06-221-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