summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter_class.c
Commit message (Expand)AuthorAgeFilesLines
* Generate ext/intl class entries from stubsMáté Kocsis2021-02-091-5/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-141-29/+1
* Add stubs for NumberFormatterMáté Kocsis2020-02-091-72/+18
* Fix #74063: NumberFormatter fails after retrieval from sessionChristoph M. Becker2020-01-301-0/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+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-031-9/+0
* 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
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* 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
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* almost all the replacements of TSRMLS_* are doneAnatol Belski2014-12-141-3/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-15/+15
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-281-2/+4
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-24/+15
* Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-261-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-221-8/+15
|\
| * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-221-8/+15
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-301-0/+0
|\ \ | |/
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-301-0/+0
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| * Imlement clone for formatters that support itStanislav Malyshev2011-01-031-4/+27
| * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | - Fixed bug #62565 (Crashes due non-initialized internal properties_table)Felipe Pena2012-07-141-0/+1
* | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* | Imlement clone for formatters that support itStanislav Malyshev2011-01-031-4/+27
* | - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-11/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+11
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-11/+2
* MFH:Felipe Pena2008-08-111-34/+86
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+147