aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/mysqli.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-0/+3
|\
| * [ticket/security/247] Disable loading of local files on client sideMarc Alexander2019-08-111-0/+3
| | | | | | | | SECURITY-247
* | [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-2/+2
| | | | | | | | PHPBB3-12624
* | [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-091-4/+3
| | | | | | | | PHPBB3-12627
* | [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
|/ | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* Merge branch '3.1.x'Andreas Fischer2015-02-171-2/+1
|\ | | | | | | | | * 3.1.x: [ticket/13570] Remove unnecessary ternary condition from mysqli driver
| * [ticket/13570] Remove unnecessary ternary condition from mysqli driverJakub Senko2015-02-161-2/+1
| | | | | | | | PHPBB3-13570
* | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-071-17/+32
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | [ticket/12387] Cleanup *_free_result call and remove @ on that call * Nicofuma/ticket/12387: [ticket/12387] Fix a call to sql_freeresult in full_text_native [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresult [ticket/12387] Use the hash as query_id for caching [ticket/12387] Remove unnecessary checks [ticket/12387] mssql_query return true if a select query returns 0 row [ticket/12387] Cleanup *_free_result call and remove @ on that call
| * [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresultTristan Darricau2014-06-221-1/+6
| | | | | | | | PHPBB3-12387
| * [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-221-17/+27
| | | | | | | | PHPBB3-12387
* | [ticket/12764] Properly handle errors upon connecting to MySQLi databaseMarc Alexander2014-06-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | As the db_connect_id gets set up by mysql_init(), the db_connect_id will be an object with empty settings instead of just empty. Even if mysql_real_connect() encounters an error upon connecting, the db_connect_id is still set. This will result in trying to just access the database which obviously does nothing. By setting db_connect_id to an empty string, the script will not try to query th database and properly handle any errors that occur upon connecting. PHPBB3-12764
* | Merge pull request #2591 from rxu/ticket/12704Joas Schilling2014-06-221-0/+8
|\ \ | |/ |/| | | | | | | | | [ticket/12704] Improve the load time information in the footer when enabled * rxu/ticket/12704: [ticket/12704] Improve the load time information in the footer when enabled
| * [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-201-0/+8
| | | | | | | | | | | | | | | | | | PR #2570 has added new constant to display load time information without debug mode is being on (https://tracker.phpbb.com/browse/PHPBB3-12687). This patch expands the total load time info with SQL/PHP load times, while hiding the additional info with <abbr> element. PHPBB3-12704
* | [ticket/12756] Fix mysqli_fetch_assoc on hhvmTristan Darricau2014-06-211-12/+25
|/ | | | PHPBB3-12756
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-271-1/+2
|\ | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * [ticket/12570] Keep MySQLi proceduralJoas Schilling2014-05-261-2/+2
| | | | | | | | PHPBB3-12570
| * [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWSJoas Schilling2014-05-261-1/+2
| | | | | | | | PHPBB3-12570
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
|/ | | | PHPBB3-12594
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-011-19/+9
| | | | PHPBB3-12282
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [task/code-sniffer] Fix argument list spacing.Andreas Fischer2013-10-291-1/+1
| | | | PHPBB3-11980
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-3/+3
| | | | PHPBB3-11981
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+463
PHPBB3-11698