summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_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
* 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-23/+17
* Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-261-1/+1
* - Fixed ZTS buildFelipe Pena2012-08-221-2/+2
* Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-221-7/+15
|\
| * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-221-7/+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-1/+25
| * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-1/+6
* | - Fixed bug #62564 (Extending MessageFormatter and adding property causes crash)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-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-6/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+6
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-6/+0
* MFH:Felipe Pena2008-08-111-20/+53
* Merge intl extension into coreStanislav Malyshev2008-07-071-0/+127