summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat/dateformat_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-35/+1
* Add stubs for IntlDateFormatter & MessageFormatterMáté Kocsis2020-02-041-67/+22
* 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
* 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-2/+1
* Remove superfluous checks of register_internal_class retvalNikita Popov2017-08-251-7/+0
* Remove datefmt_set_timezone_id and OO variantNikita Popov2015-04-011-1/+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-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-16/+16
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-281-22/+16
* Merge branch 'PHP-5.4'Gustavo Lopes2012-08-261-1/+1
|\
| * Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-261-1/+1
* | Merge branch 'PHP-5.4'Gustavo Lopes2012-08-221-7/+14
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-221-7/+14
| |\
| | * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-221-7/+14
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-301-0/+0
|\ \ \ | |/ /
| * | 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-1/+25
| | * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | | Merge branch 'datefmt_tz_cal_interop'Gustavo André dos Santos Lopes2012-07-221-0/+8
|\ \ \
| * | | Added IntlDateFormatter::formatObject(). RefactorGustavo André dos Santos Lopes2012-07-221-0/+8
* | | | - Fix conflictFelipe Pena2012-07-141-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | - 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
* | | DateFormat plays nice with Calendar, TimeZoneGustavo André dos Santos Lopes2012-06-041-8/+12
* | | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
|/ /
* | Imlement clone for formatters that support itStanislav Malyshev2011-01-031-1/+25
* | - 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-8/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+8
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-8/+1
* MFH:Felipe Pena2008-08-111-30/+72
* refactor ctors, cleanup codeStanislav Malyshev2008-07-221-6/+6
* fix date formatter positions (bug #14263)Stanislav Malyshev2008-07-101-2/+6
* Merge intl extensionStanislav Malyshev2008-07-071-0/+132