summaryrefslogtreecommitdiff
path: root/ext/intl/formatter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-15/+15
|\
| * Fix #79212: NumberFormatter::format() may detect wrong typeChristoph M. Becker2020-02-031-15/+15
* | Fix #78912: INTL Support for accounting formatChristoph M. Becker2019-12-091-1/+3
* | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* | Remove local variablesPeter Kokot2019-02-037-63/+0
* | Implement typed propertiesNikita Popov2019-01-111-14/+10
* | 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
* | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* | Remove needless version checksChristoph M. Becker2018-08-011-9/+0
|/
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-3/+3
* 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
* [ci skip] Fix reference notation in protosChristoph M. Becker2018-03-061-2/+2
* [ci skip] Use float instead of double in protoGabriel Caruso2018-03-061-2/+2
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Cleanup type conversionDmitry Stogov2017-12-072-8/+4
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* Remove superfluous checks of register_internal_class retvalNikita Popov2017-08-251-7/+0
* Remove useless dtor handlers in intlNikita Popov2016-07-161-8/+0
* Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* fix include orderAnatol Belski2016-06-212-2/+4
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-212-2/+2
* Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+0
* Cleanup (avoid string reallocations)Dmitry Stogov2015-07-011-6/+3
* 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-301-11/+13
* Converted intl extension to use IntlException in constructors.Danack2015-03-151-7/+7
* 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-46/+46
* cleanup intl typesStanislav Malyshev2014-12-294-23/+23
* almost all the replacements of TSRMLS_* are doneAnatol Belski2014-12-141-3/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-139-74/+74
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-1914-14/+14
* 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-274-5/+5
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-253-4/+4
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-255-37/+37
* fixes to %pd format usageAnatol Belski2014-08-242-2/+2
* ported ext/intl, bugfixes to goAnatol Belski2014-08-194-22/+22
* basic macro replacements, all at onceAnatol Belski2014-08-195-21/+21
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+8
* Separate argument passed by referenceDmitry Stogov2014-07-081-2/+2
* Merge branch 'master' into testDmitry Stogov2014-07-071-1/+4
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-071-1/+4
| |\
| | * Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)Stanislav Malyshev2014-07-071-1/+4
| * | fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1