Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #73218: add mitigation for ICU int overflow | Stanislav Malyshev | 2016-10-12 | 1 | -0/+12 |
* | Cleanup: zend_object_std_dtor() is called through free_obj handler | Dmitry Stogov | 2015-09-23 | 1 | -2/+0 |
* | Fix Intl constructor leaks | Nikita Popov | 2015-04-17 | 1 | -9/+9 |
* | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -4/+5 |
* | Patch improvement: | Dmitry Stogov | 2015-03-30 | 1 | -11/+14 |
* | Converted intl extension to use IntlException in constructors. | Danack | 2015-03-15 | 1 | -7/+7 |
* | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
* | Fixed use after free | Dmitry Stogov | 2015-01-26 | 1 | -1/+0 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 3 | -18/+18 |
* | cleanup intl types | Stanislav Malyshev | 2014-12-29 | 3 | -8/+8 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 6 | -64/+64 |
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 6 | -6/+6 |
* | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 4 | -11/+11 |
* | ported ext/intl, bugfixes to go | Anatol Belski | 2014-08-19 | 3 | -4/+4 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 3 | -7/+7 |
* | Partial fix that allows internal constructors to set $this to null. | Dmitry Stogov | 2014-07-09 | 1 | -0/+8 |
* | Fixed segfault in resourcebundle | Xinchen Hui | 2014-06-29 | 2 | -2/+2 |
* | Fixed segfault, segfault and segfault | Xinchen Hui | 2014-06-29 | 2 | -5/+2 |
* | Fixed segfaults | Xinchen Hui | 2014-06-28 | 1 | -2/+5 |
* | Refactoring ext/intl (only compilerable now, far to finish :<) | Xinchen Hui | 2014-06-28 | 2 | -9/+5 |
* | Refactoring ext/intl (incompleted) | Xinchen Hui | 2014-06-28 | 5 | -37/+40 |
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-22 | 1 | -1/+1 |
|\ | |||||
| * | Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis... | Christopher Jones | 2013-08-22 | 1 | -1/+1 |
* | | Remove compile warning "variable ‘mekeylen’ set but not used" | Christopher Jones | 2013-08-19 | 1 | -2/+0 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 1 | -2/+2 |
* | | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -8/+5 |
* | | Merge branch 'PHP-5.4' | Gustavo Lopes | 2012-08-22 | 2 | -2/+18 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Gustavo Lopes | 2012-08-22 | 2 | -2/+18 |
| |\ | |||||
| | * | Fix handling of several uinitialized intl objects | Gustavo Lopes | 2012-08-22 | 2 | -2/+18 |
* | | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-07-30 | 1 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-07-30 | 1 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove executable bit from files | Gustavo André dos Santos Lopes | 2012-07-30 | 1 | -0/+0 |
* | | | - Fix conflict | Felipe Pena | 2012-07-14 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | - Fixed bug #62565 (Crashes due non-initialized internal properties_table) | Felipe Pena | 2012-07-14 | 1 | -0/+1 |
* | | | Fix undeclared intl_locale_get_default() | Gustavo André dos Santos Lopes | 2012-06-25 | 1 | -7/+6 |
* | | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-05-24 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-05-24 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #55610: ResourceBundle and Traversable | Gustavo André dos Santos Lopes | 2012-05-24 | 1 | -0/+2 |
| | * | Front- and back-port rev 314431 (missing php.h include) | Gwynne Raskind | 2011-08-07 | 1 | -0/+1 |
| | * | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | * | implement FR #54540 - Allow loading of arbitrary resource bundles when fallba... | Stanislav Malyshev | 2011-04-17 | 1 | -1/+5 |
| | * | - unused var | Pierre Joye | 2011-02-15 | 1 | -1/+0 |
| | * | Imlement clone for formatters that support it | Stanislav Malyshev | 2011-01-03 | 1 | -3/+3 |
| | * | - Fixed bug #53612 (Segmentation fault when using several cloned intl | Gustavo André dos Santos Lopes | 2010-12-27 | 1 | -0/+1 |
| | * | fix the protos | Stanislav Malyshev | 2010-03-25 | 2 | -4/+5 |
| * | | Fixed last commit on 5.4 | Gustavo André dos Santos Lopes | 2012-05-24 | 1 | -1/+1 |
|/ / |