summaryrefslogtreecommitdiff
path: root/ext/intl/spoofchecker/spoofchecker_create.c
Commit message (Expand)AuthorAgeFilesLines
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* Use zend_parse_parameters_none_throwGabriel Caruso2018-02-181-1/+1
* Wrap var depending on conditional compilationAnatol Belski2018-02-161-0/+2
* With ICU 58+, set the default restriction level to highAnatol Belski2017-10-211-5/+3
* Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream c...Anatol Belski2017-10-201-0/+13
* Fix Intl constructor leaksNikita Popov2015-04-171-1/+1
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+3
* C89 compatAnatol Belski2015-04-011-1/+1
* Patch improvement:Dmitry Stogov2015-03-301-1/+6
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-221-1/+1
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
* intl: Add Spoofchecker cloning, fix typo in prototype, rename some variables ...Scott MacVicar2011-01-131-2/+2
* Add Spoofchecker to intl extension.Scott MacVicar2011-01-131-0/+59