1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-21 16:32:50 +02:00

Issue #5443 Fix for session_set_save_handler(): Providing individual callbacks instead of an object implementing SessionHandlerInterface is deprecated

This commit is contained in:
camer0n
2025-04-17 04:16:27 -07:00
parent 94fa36ade2
commit acb0c595b3
2 changed files with 1051 additions and 1122 deletions

View File

@ -260,7 +260,7 @@
* @param bool $debug
* @param string $log_type
* @param string $log_remark
* @return integer Number of rows or false on error
* @return integer|false Number of rows or false on error
*/
public function select($table, $fields = '*', $arg = '', $noWhere = false, $debug = false, $log_type = '', $log_remark = '');

File diff suppressed because it is too large Load Diff