summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |\ \ | | |/
| | * fix double freeAnatol Belski2016-08-291-4/+3
| | * Fixed bug #70484 selectordinal doesn't work with named parametersAnatol Belski2016-06-021-0/+4
* | | Remove useless dtor handlers in intlNikita Popov2016-07-161-8/+0
|/ /
* | Fixed "implicit declaration of function ‘msgformat_fix_quotes’"Xinchen Hui2016-06-171-4/+5
* | Fixed bug #70484 selectordinal doesn't work with named parametersAnatol Belski2016-04-111-0/+4
* | Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or ...Anatol Belski2016-04-092-1/+2
* | Various warning fixesNikita Popov2015-07-172-2/+4
* | Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-18/+16
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | Fix Intl constructor leaksNikita Popov2015-04-171-8/+7
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+5
* | Patch improvement:Dmitry Stogov2015-03-302-14/+16
* | Converted intl extension to use IntlException in constructors.Danack2015-03-152-10/+10
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | Fixed use after freeDmitry Stogov2015-01-261-1/+0
* | trailing whitespace removalStanislav Malyshev2015-01-106-12/+12
* | cleanup intl typesStanislav Malyshev2014-12-295-17/+16
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1310-106/+106
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-1914-14/+14
* | 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-274-8/+8
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1