summaryrefslogtreecommitdiff
path: root/ext/intl/formatter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed segfault, segfault and segfaultXinchen Hui2014-06-292-2/+7
* | | Fixed segfault while starting upXinchen Hui2014-06-281-1/+1
* | | Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-282-4/+6
* | | Refactoring ext/intl (incompleted)Xinchen Hui2014-06-286-48/+46
* | | fix const warnings in intl methodsStanislav Malyshev2013-10-201-1/+1
|/ /
* | 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-223-12/+28
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-223-12/+28
| |\
| | * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-223-12/+28
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-07-3014-0/+0
|\ \ \ | |/ /
| * | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-3014-0/+0
| |\ \ | | |/
| | * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-3014-0/+0
* | | Do not fetch default locale once on minit or rinitGustavo Lopes2012-07-231-1/+1
|/ /
* | - Fixed bug #62565 (Crashes due non-initialized internal properties_table)Felipe Pena2012-07-141-0/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2012-04-191-3/+2
|\ \ | |/
| * Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integerSherif Ramadan2012-04-191-3/+2
| * - wrong variable used (ended as non initiazed usage)Pierre Joye2011-09-041-3/+3
| * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1