summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Update copyright date to 2019Jim Parry1-2/+2
2018-05-18http:// to https://Mehdi Bounya1-3/+3
2018-02-13only retain 103, 207, 308, 421 and 451qichengzx1-8/+0
2018-02-11complement the missing HTTP status codesqichengzx1-0/+13
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-06-05Fix misc type inconsistencies between code and doc commentsTyson Andre1-1/+1
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-11/+8
2017-03-20Fix Apache header injection vulnerability in set_status_header()Andrey Andreev1-5/+5
2017-02-06[ci skip] Eliminate a needless array_merge() call from PR #5006 patchAndrey Andreev1-6/+3
2017-02-06Merge pull request #5006 from tianhe1986/develop_commonAndrey Andreev1-8/+8
2017-02-04Removing url encoded 127.tianhe19861-0/+1
2017-02-04Loading global mimes config file first, and then environment file.tianhe19861-8/+7
2017-01-23Merge pull request #4991 from verkhoumov/developAndrey Andreev1-5/+0
2017-01-21Fixed show_error() for check $exit_statusDmitriy Verkhoumov1-5/+0
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
2017-01-16spelling fixesklemens1-1/+1
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev1-4/+3
2016-10-21Fix #4865Andrey Andreev1-0/+1
2016-10-11[ci skip] Add new HTTP status codesAndrey Andreev1-1/+6
2016-08-19Merge pull request #4777 from tianhe1986/develop_error_handlerAndrey Andreev1-1/+1
2016-07-25Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitiveAndrey Andreev1-2/+2
2016-07-25Merge pull request #4724 from tianhe1986/develop_is_https_strtolowerAndrey Andreev1-1/+1
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-10-30Fix #3201Andrey Andreev1-1/+6
2015-08-13Fix typo in commentsClaudio Galdiolo1-1/+1
2015-07-22Remove eval()-related logic from function_exists()Andrey Andreev1-13/+3
2015-04-20[ci skip] Remove whitespaceAndrey Andreev1-1/+1
2015-04-14Status Code Definitionsftwbzhao1-0/+4
2015-04-08typomult1mate1-1/+1
2015-03-25Remove commentJoshua Logsdon1-1/+0
2015-03-25Return empty $var immediatelyJoshua Logsdon1-6/+6
2015-03-24array_fill() throws an error if count($var) is 0Joshua Logsdon1-0/+6
2015-02-22Common.php: set_status_header: ImproveFieah1-46/+45
2015-02-19Make set_status_header() a dummy under CLIAndrey Andreev1-0/+5
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-31Reduce once server protocol checkbjjay1-3/+2
2015-01-27is_php() more accurate descriptionkakysha1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-13Handle false-positive string values for display_errorsAndrey Andreev1-2/+2
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-11-04Fix #3310Andrey Andreev1-1/+1
2014-10-28Add a real exception handlerAndrey Andreev1-8/+37
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
2014-08-26Upgraded html_escape() - The simplest version.Ivan Tcholakov1-8/+1
2014-08-25Upgrading the function html_escape() - Readability Improvement 2.Ivan Tcholakov1-5/+11