Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | 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 ↵ | Rui Hirokawa | 2008-02-16 | 1 | -0/+5 |
| | | | | mb_strto[upper|lower] | ||||
* | 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 |
| | | | | | MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32 | ||||
* | 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 |
| | | | | | 64bit systems | ||||
* | Modified mb_convert_case() to handle cased characters properly when ↵ | Moriyoshi Koizumi | 2002-10-23 | 1 | -3/+18 |
| | | | | MB_CASE_TITLE is specified. | ||||
* | Fix warnings | Zeev Suraski | 2002-10-01 | 1 | -1/+1 |
| | |||||
* | (PHP mb_convert_case) Add function that will convert the case of a string | Wez Furlong | 2002-09-26 | 1 | -0/+284 |
Respecting it's encoding (or the internal encoding). |