summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter_class.c
Commit message (Expand)AuthorAgeFilesLines
* 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