summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/mysqli/mysqli_driver.php
AgeCommit message (Expand)AuthorFilesLines
2018-05-18http:// to https://Mehdi Bounya1-2/+2
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2017-03-14Fix #5050Andrey Andreev1-1/+1
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-09-09Merge pull request #4805 from intekhabrizvi/developAndrey Andreev1-1/+1
2016-09-09Removed mysqli options function for ssl certificate verification falseintekhab1-1/+0
2016-09-09supplied flag to turn off mysqli SSL verification if ssl_verify passed as falseintekhab1-0/+1
2016-08-10Merge branch '3.1-stable' into developAndrey Andreev1-4/+3
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-4/+3
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev1-0/+1
2016-06-08Make db_select() clear cached database metadataAndrey Andreev1-0/+1
2016-01-11[ci skip] Merge branch '3.0-stable' into developAndrey Andreev1-1/+1
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-18/+59
2016-01-07MySQL stricton again ... remove the version conditionAndrey Andreev1-1/+1
2016-01-07Fix MySQL errors from latest commitsAndrey Andreev1-1/+1
2016-01-07Add MySQL stricton changes to mysqli and pdo/mysql driversAndrey Andreev1-3/+20
2016-01-07Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERTAndrey Andreev1-2/+15
2015-12-30Fix #4331Andrey Andreev1-13/+24
2015-12-14Fix erroneous variables from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6Andrey Andreev1-1/+1
2015-12-14Change DB charset handlingAndrey Andreev1-13/+7
2015-10-19Fix #4171 and a number of other transaction bugsAndrey Andreev1-27/+3
2015-07-16Add 'ssl_verify' option for mysqli driverAndrey Andreev1-0/+5
2015-07-16Improve the ssl_cipher check for MySQLiAndrey Andreev1-9/+9
2015-07-16Refactor proposed changes from PR #3896Andrey Andreev1-44/+28
2015-06-18Removed db_options configuration item for implementation later. Changed 5 new...Tim Nolte1-60/+16
2015-06-08Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated database...Tim Nolte1-0/+10
2015-06-05Updated the MySQLi driver to provide support for SSL connections as well as a...Tim Nolte1-2/+90
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-4/+0
2015-01-28fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-26... and neither does MYSQLI_OPT_RECONNECTAndrey Andreev1-1/+0
2015-01-26Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHPAndrey Andreev1-1/+0
2015-01-26Close #3509Andrey Andreev1-0/+4
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-12Change CI_DB_driver::field_data() signatureAndrey Andreev1-6/+1
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-12-17Add support for configuring socket pipe connections in 'mysqli'Andrey Andreev1-5/+17
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-06-19Fix #3112Andrey Andreev1-3/+1
2014-05-07Remove error-masking '@' in mysqli_driver (See: https://github.com/EllisLab/C...mdunisch1-2/+2
2014-03-10Add support for callable form validation rulesAndrey Andreev1-1/+1
2014-02-25Remove error suppression usage from db_connect()Andrey Andreev1-1/+1