| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use EMPTY_SWITCH_DEFAULT_CASE in php_unicode.c | Nikita Popov | 2019-04-12 | 1 | -3/+1 |
| * | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
| * | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| * | Fixed bug #76319 | Nikita Popov | 2018-05-25 | 1 | -1/+14 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | fix c89 compat | Anatol Belski | 2017-07-28 | 1 | -2/+2 |
| * | Fixed bug #65544 and #71298 | Nikita Popov | 2017-07-28 | 1 | -20/+12 |
| * | Implement full case mapping | Nikita Popov | 2017-07-28 | 1 | -18/+139 |
| * | Use case-folding for case insensitive comparisons | Nikita Popov | 2017-07-28 | 1 | -0/+24 |
| * | Use MPH for case maps | Nikita Popov | 2017-07-28 | 1 | -32/+30 |
| * | Change layout of case mapping table | Nikita Popov | 2017-07-23 | 1 | -87/+27 |
| * | Merge branch 'PHP-7.2' | Nikita Popov | 2017-07-23 | 1 | -14/+15 |
| |\ | |||||
| | * | Another fix for bug #69267 | Nikita Popov | 2017-07-23 | 1 | -1/+1 |
| | * | Partial fix for bug #69267 | Nikita Popov | 2017-07-23 | 1 | -13/+14 |
| * | | Directly use encodings instead of no_encoding in libmbfl | Nikita Popov | 2017-07-20 | 1 | -5/+5 |
| * | | Reduce number of encoding conversions in case conversion | Nikita Popov | 2017-07-20 | 1 | -48/+85 |
| * | | Optimize php_unicode_tolower/upper for ASCII | Nikita Popov | 2017-07-20 | 1 | -39/+22 |
| * | | Directly accept encoding in php_unicode_convert_case() | Nikita Popov | 2017-07-19 | 1 | -11/+4 |
| * | | Optimize php_unicode_is_prop() | Nikita Popov | 2017-07-19 | 1 | -14/+20 |
| * | | Avoid unnecessary encoding lookups in mbstring | Nikita Popov | 2017-07-19 | 1 | -10/+15 |
| |/ | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -9/+9 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -11/+11 |
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly) | Ilia Alshanetsky | 2008-11-24 | 1 | -1/+1 |
| * | - MFH: Fixed warnings. | Moriyoshi Koizumi | 2008-07-24 | 1 | -2/+2 |
| * | fixed #43998 Two error messages returned for incorrect encoding for mb_strt... | Rui Hirokawa | 2008-02-16 | 1 | -0/+5 |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| * | MFH: fixed bug #29955 invalid case conversion in iso-8859-9. | Rui Hirokawa | 2007-09-04 | 1 | -4/+2 |
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| * | MFH: fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding.. | Rui Hirokawa | 2005-12-23 | 1 | -8/+39 |
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| * | Reverted the changes because the problem was elsewhere. | Moriyoshi Koizumi | 2002-12-02 | 1 | -1/+0 |
| * | Fixing build on WIn32 | Frank M. Kromann | 2002-12-02 | 1 | -0/+1 |
| * | MFB (made mbstring compile on windows again). | Edin Kadribasic | 2002-11-13 | 1 | -5/+5 |
| * | Fixed mb_convert_case() / mb_strtolower() / mb_strtoupper() to work in | Moriyoshi Koizumi | 2002-11-11 | 1 | -17/+31 |
