mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/17142] Fix DBMS+cache related PHP warnings while installing
PHPBB3-17142
This commit is contained in:
@@ -494,4 +494,13 @@ interface driver_interface
|
||||
* @return string Quoted version of $msg
|
||||
*/
|
||||
public function sql_quote($msg);
|
||||
|
||||
/**
|
||||
* Ensure query ID can be used by cache
|
||||
*
|
||||
* @param resource|int|string $query_id Mixed type query id
|
||||
*
|
||||
* @return int|string Query id in string or integer format
|
||||
*/
|
||||
public function clean_query_id($query_id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user