summaryrefslogtreecommitdiff
path: root/ext/mbstring/mb_gpc.c
Commit message (Expand)AuthorAgeFilesLines
* Don't guard mbstring code with #ifdef HAVE_MBSTRINGAlex Dowad2020-08-311-4/+0
* Remove redundant includes from mbstring (and make sure correct config.h is used)Alex Dowad2020-08-311-4/+0
* Fix [-Wundef] warning in MBString extensionGeorge Peter Banyard2020-05-161-1/+1
* Remove no_language from mbfl_stringNikita Popov2020-05-071-3/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fix internal_encoding fallback in mbstringNikita Popov2019-04-171-5/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Simplify mb_gpc() codeKhan M Rashedun-Naby2018-10-201-23/+21
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Fix unsigned comparisonsAnatol Belski2018-02-171-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* fix data typesAnatol Belski2017-07-251-3/+3
* Directly use encodings instead of no_encoding in libmbflNikita Popov2017-07-201-7/+7
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | fix NULL deref in mbstring post handlerAnatol Belski2015-11-051-2/+4
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-14/+14
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-1/+1
* | fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* | fixed incompatible types usageAnatol Belski2014-08-201-1/+1
* | Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
| |\
| | * Correct typo in comments: 'initialized'Lior Kaplan2014-08-171-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
* | | 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