-
Notifications
You must be signed in to change notification settings - Fork 81
Description
https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L821
Deprecated: Creation of dynamic property LudicrousDB::$dbhname is deprecated
-
Same for "$dataset" in https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L738C4-L738C30
-
current_host https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L880
-
last_connection https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L891
-
callback_result https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L891 (doesn't need to be property)
Practically, these were never encountered (found them in a synthetic test) and they seem to be unused. I guess these property assignments can be removed
- lag_threshold https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L1015
- lag_cache_key https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L1014C11-L1014C24
- table https://github.com/stuttter/ludicrousdb/blob/master/ludicrousdb/includes/class-ludicrousdb.php#L704