summaryrefslogtreecommitdiff
path: root/ext/mbstring/mb_gpc.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor mbstring (incompleted)Xinchen Hui2014-03-231-36/+34
* Bump yearXinchen Hui2014-01-031-1/+1
* slim post dataMichael Wallner2013-08-271-1/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-071-0/+6
|\
| * Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encod...Xinchen Hui2012-11-071-0/+6
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | MFH: fixed encoding conversion when http_input=auto.Rui Hirokawa2011-08-061-2/+2
* | Fixed multibyte related issuesDmitry Stogov2011-03-141-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-23/+24
* | Reduced overhead of request startupDmitry Stogov2010-07-081-1/+1
* | Remove unused variablePierrick Charron2010-04-211-1/+0
* | Removed register_globalsKalle Sommer Nielsen2010-04-211-14/+0
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH (using svn merge; it seems I won't need to repeat the commit message an...Moriyoshi Koizumi2009-07-241-1/+1
* - MFH: Fix a bug that mbstring.internal_encoding doesn't take effect withinMoriyoshi Koizumi2009-03-151-0/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed MOPB-26-2007 mb_parse_str() can be used to activate register_globalsIlia Alshanetsky2007-03-181-5/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fixed illegal encoding detection when mbstring.encoding_translation is enable...Rui Hirokawa2006-11-031-0/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: fixed #35711, added mbstring.strict_detection to detect the encoding str...Rui Hirokawa2005-12-251-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Revert bad fixfoobar2005-03-171-1/+1
* Build fixesRasmus Lerdorf2005-03-171-1/+1
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-211-33/+6
* Removed unused vars.Ilia Alshanetsky2005-02-101-2/+1
* - Fix a critical bug that request-local settings leak to another request.Moriyoshi Koizumi2005-01-161-38/+59
* Fixed input_filter functions need emalloc()ed values.Stefan Esser2004-06-261-0/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-291-4/+6
* changed for ZTS mode.Rui Hirokawa2003-08-231-10/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* An input filter might not simply strip stuff, it might also turn thingsRasmus Lerdorf2003-02-201-1/+1
* Fix mbstring input_filterRasmus Lerdorf2003-02-191-1/+1
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-191-2/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Updated license information headersMoriyoshi Koizumi2002-11-231-1/+1
* Separated GPC related part from mbstring.cMoriyoshi Koizumi2002-11-231-0/+399