summaryrefslogtreecommitdiff
path: root/ext/intl/resourcebundle
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-196-6/+6
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* master renames phase 1Anatol Belski2014-08-254-11/+11
* ported ext/intl, bugfixes to goAnatol Belski2014-08-193-4/+4
* basic macro replacements, all at onceAnatol Belski2014-08-193-7/+7
* Partial fix that allows internal constructors to set $this to null.Dmitry Stogov2014-07-091-0/+8
* Fixed segfault in resourcebundleXinchen Hui2014-06-292-2/+2
* Fixed segfault, segfault and segfaultXinchen Hui2014-06-292-5/+2
* Fixed segfaultsXinchen Hui2014-06-281-2/+5
* Refactoring ext/intl (only compilerable now, far to finish :<)Xinchen Hui2014-06-282-9/+5
* Refactoring ext/intl (incompleted)Xinchen Hui2014-06-285-37/+40
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-221-1/+1
|\
| * Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis...Christopher Jones2013-08-221-1/+1
* | Remove compile warning "variable ‘mekeylen’ set but not used"Christopher Jones2013-08-191-2/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-2/+2
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-2/+2
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-8/+5
* | Merge branch 'PHP-5.4'Gustavo Lopes2012-08-222-2/+18
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-222-2/+18
| |\
| | * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-222-2/+18
* | | 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
* | | - Fix conflictFelipe Pena2012-07-141-0/+1
|\ \ \ | |/ /
| * | - Fixed bug #62565 (Crashes due non-initialized internal properties_table)Felipe Pena2012-07-141-0/+1
* | | Fix undeclared intl_locale_get_default()Gustavo André dos Santos Lopes2012-06-251-7/+6
* | | Merge branch '5.4'Gustavo André dos Santos Lopes2012-05-241-0/+2
|\ \ \ | |/ /
| * | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-05-241-0/+2
| |\ \ | | |/
| | * Fixed bug #55610: ResourceBundle and TraversableGustavo André dos Santos Lopes2012-05-241-0/+2
| | * Front- and back-port rev 314431 (missing php.h include)Gwynne Raskind2011-08-071-0/+1
| | * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
| | * implement FR #54540 - Allow loading of arbitrary resource bundles when fallba...Stanislav Malyshev2011-04-171-1/+5
| | * - unused varPierre Joye2011-02-151-1/+0
| | * Imlement clone for formatters that support itStanislav Malyshev2011-01-031-3/+3
| | * - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-0/+1
| | * fix the protosStanislav Malyshev2010-03-252-4/+5
| * | Fixed last commit on 5.4Gustavo André dos Santos Lopes2012-05-241-1/+1
|/ /
* | Changed ResourceBundle constructor behaviorGustavo André dos Santos Lopes2012-05-241-7/+15
* | Add missing php.h includeGwynne Raskind2011-08-071-0/+1
* | - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
* | implement FR #54540 - Allow loading of arbitrary resource bundles when fallba...Stanislav Malyshev2011-04-171-1/+5
* | - unused varPierre Joye2011-02-151-1/+0
* | Imlement clone for formatters that support itStanislav Malyshev2011-01-031-3/+3
* | - Fixed bug #53612 (Segmentation fault when using several cloned intlGustavo André dos Santos Lopes2010-12-271-0/+1
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
* | fix protosStanislav Malyshev2010-03-251-3/+4
|/
* fix TS buildStanislav Malyshev2010-01-212-4/+4
* add ICU resource bundle support, contributed by Hans-Peter OeriStanislav Malyshev2010-01-047-0/+832