Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-07-19 | 1 | -0/+18 |
|\ | |||||
| * | Fix bug #72533 (locale_accept_from_http out-of-bounds access) | Stanislav Malyshev | 2016-07-12 | 1 | -0/+18 |
* | | Merge branch 'PHP-5.5' into PHP-7.0.7 | Stanislav Malyshev | 2016-05-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fix bug #72241: get_icu_value_internal out-of-bounds read | Stanislav Malyshev | 2016-05-22 | 1 | -117/+118 |
| * | Remove extraneous strlen() call | Rasmus Lerdorf | 2015-03-21 | 1 | -2/+0 |
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-06-24 | 1 | -4/+11 |
| |\ | |||||
| | * | Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayNa... | Stanislav Malyshev | 2014-06-21 | 1 | -1/+9 |
| | * | Fix bug #67349: Locale::parseLocale Double Free | Stanislav Malyshev | 2014-06-21 | 1 | -4/+3 |
| | * | Fix coverity issue with -1 returned by findOffset not being handled by getPre... | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
| * | | fix const warnings in intl methods | Stanislav Malyshev | 2013-10-20 | 1 | -23/+23 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | Fix coverity issue with -1 returned by findOffset not being handled by getPre... | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
| | |/ | |||||
* | | | Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is ... | Anatol Belski | 2016-04-09 | 1 | -1/+5 |
* | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 1 | -3/+3 |
* | | | Cleanup: avoid reallocations | Dmitry Stogov | 2015-09-24 | 1 | -54/+60 |
* | | | Cleanup (avoid string reallocations) | Dmitry Stogov | 2015-07-01 | 1 | -36/+29 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
* | | | Remove extraneous strlen() call | Rasmus Lerdorf | 2015-03-21 | 1 | -2/+0 |
* | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -116/+116 |
* | | | cleanup intl types | Stanislav Malyshev | 2014-12-29 | 1 | -2/+2 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -73/+73 |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | fixed reference counting | Dmitry Stogov | 2014-09-02 | 1 | -0/+3 |
* | | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -8/+7 |
* | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -5/+5 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -7/+7 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -7/+7 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -5/+5 |
* | | | Merge branch 'master' into test | Dmitry Stogov | 2014-07-01 | 1 | -4/+11 |
|\ \ \ | |||||
| * | | | Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayNa... | Stanislav Malyshev | 2014-06-24 | 1 | -0/+8 |
| * | | | Fix bug #67349: Locale::parseLocale Double Free | Stanislav Malyshev | 2014-06-24 | 1 | -4/+3 |
* | | | | Refactoring ext/intl (incompleted) | Xinchen Hui | 2014-06-28 | 1 | -46/+46 |
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -7/+9 |
|/ / / | |||||
* | | | fix const warnings in intl methods | Stanislav Malyshev | 2013-10-20 | 1 | -23/+23 |
* | | | Fix coverity issue with -1 returned by findOffset not being handled by getPre... | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
|/ / | |||||
* | | Merge branch '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 |
* | | Do not fetch default locale once on minit or rinit | Gustavo Lopes | 2012-07-23 | 1 | -8/+8 |
* | | Fix undeclared intl_locale_get_default() | Gustavo André dos Santos Lopes | 2012-06-25 | 1 | -8/+0 |
* | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Fixed bug #62082 | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -3/+4 |
| * | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 |
| * | - Fixed compiler warnings | Felipe Pena | 2011-01-12 | 1 | -4/+5 |
* | | Initial checkin of calendar/timezone code. | Gustavo André dos Santos Lopes | 2012-04-01 | 1 | -4/+9 |
* | | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 |
* | | - Fixed compiler warnings | Felipe Pena | 2011-01-12 | 1 | -4/+5 |
|/ | |||||
* | cleanup some code, improve error handling | Stanislav Malyshev | 2009-12-23 | 1 | -5/+5 |
* | bugfix | Stanislav Malyshev | 2009-07-02 | 1 | -1/+1 |