summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat
Commit message (Expand)AuthorAgeFilesLines
* Add stubs for IntlDateFormatter & MessageFormatterMáté Kocsis2020-02-043-39/+155
* Throw exception for unconstructed intl objectsMáté Kocsis2020-01-051-3/+2
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-024-8/+8
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* Fix typo with msgfmt_parse_message()Fabien Villepinte2019-11-191-1/+1
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-304-9/+9
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2514-28/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-09-251-3/+3
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-251-3/+3
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-251-3/+3
| | |\
| | | * Fix hash key length in umsg_parse_format()Jinesh Patel2019-09-251-3/+3
| | * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-051-0/+3
| | |\ \ | | | |/
| | | * Fixed Bug #76942 U_ARGUMENT_TYPE_MISMATCHAnatol Belski2018-10-051-0/+3
* | | | Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-251-4/+8
|\ \ \ \ | |/ / /
| * | | Fix TimeZone leak in intl MessageFormatNikita Popov2019-06-251-4/+8
* | | | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-114-27/+0
* | | | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+1
* | | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-3/+3
|/ / /
* | | Remove local variablesPeter Kokot2019-02-037-64/+0
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* | | Require ICU ≥ 50.1Christoph M. Becker2018-09-152-28/+0
* | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-091-0/+19
|\ \ | |/
| * Fixed bug #74484 MessageFormatter::formatMessage memory corruptionAnatol Belski2018-08-091-0/+19
* | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-16/+4
* | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | Use recommended options for explicit UnicodeString constructorsAnatol Belski2018-04-051-7/+9
* | Simplify namespace accessAnatol Belski2018-04-011-7/+7
* | Utilize the recommended way to handle the icu namespaceAnatol Belski2018-03-311-0/+10
* | Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* | Removed unused variablesGabriel Caruso2018-02-111-1/+0
* | Avoid array duplication and in-place modificationDmitry Stogov2018-01-172-25/+15
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | Cleanup type conversionDmitry Stogov2017-12-071-12/+1
* | Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
* | Remove superfluous checks of register_internal_class retvalNikita Popov2017-08-251-8/+0
|/
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-031-0/+1
|\
| * Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_messagelibnex2017-06-031-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-031-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-1/+1
| |\
| | * More string length checks & fixesStanislav Malyshev2016-11-031-2/+2
| | * Fix bug #73007: add locale length checkStanislav Malyshev2016-09-121-0/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-121-0/+2
|\ \ \ | |/ /
| * | Fix bug #73007: add locale length checkStanislav Malyshev2016-09-121-0/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-4/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-4/+3
| |\ \ | | |/