summaryrefslogtreecommitdiff
path: root/ext/intl/spoofchecker
Commit message (Expand)AuthorAgeFilesLines
* Improve parameter names in ext/intlMáté Kocsis2020-10-122-12/+12
* Promote warning to ValueError for Spoofchecker::setRestrictionLevel()George Peter Banyard2020-09-251-2/+5
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-3/+9
* Remove proto comments from C filesMax Semenik2020-07-062-18/+6
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-147-68/+26
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* Throw exception for unconstructed intl objectsMáté Kocsis2020-01-052-6/+5
* Add stubs for various intl functionsMáté Kocsis2020-01-033-37/+59
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-312-6/+6
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-258-16/+0
* Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-3/+3
* Remove local variablesPeter Kokot2019-02-034-36/+0
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* Eliminate useless $this related checkDmitry Stogov2018-11-141-1/+1
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* 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
* Merge branch 'PHP-7.2'Anatol Belski2018-02-161-0/+2
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-02-161-0/+2
| |\
| | * Wrap var depending on conditional compilationAnatol Belski2018-02-161-0/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Add zend_object_alloc() APINikita Popov2017-11-251-3/+2
* | | Rethink the version checksAnatol Belski2017-10-306-11/+7
* | | Fix typoAnatol Belski2017-10-301-1/+1
* | | Proper ICU version check for restriction levels availabilityAnatol Belski2017-10-305-2/+10
* | | Merge branch 'PHP-7.2'Anatol Belski2017-10-301-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-301-0/+2
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-301-0/+2
| | |\
| | | * Add missing ICU version checkAnatol Belski2017-10-301-0/+2
* | | | Fix datatypes and compiler warningsAnatol Belski2017-10-231-1/+1
* | | | Fix build on ICU < 53Anatol Belski2017-10-211-0/+2
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-10-212-6/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-212-6/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-212-6/+4
| | |\ \ | | | |/
| | | * With ICU 58+, set the default restriction level to highAnatol Belski2017-10-212-6/+4
* | | | Add Spoofchecker::setRestrictionLevel() and corresponding constansAnatol Belski2017-10-214-0/+44
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-10-202-0/+15
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-202-0/+15
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-202-0/+15
| | |\ \ | | | |/
| | | * Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream c...Anatol Belski2017-10-202-0/+15
* | | | Remove superfluous checks of register_internal_class retvalNikita Popov2017-08-251-7/+0
|/ / /
* | | Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-191-2/+2
|/ /
* | Remove useless dtor handlers in intlNikita Popov2016-07-161-9/+1
|/
* 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