* [misc] compatibility with PHP8.4.

This commit is contained in:
zhujinyong
2025-07-07 14:47:31 +08:00
parent f1ee2188d0
commit 94c876426f
21 changed files with 87 additions and 68 deletions
+9
View File
@@ -50,6 +50,15 @@ class cache
*/
private $dao;
/**
* 全局数据库操作句柄。
* Global database operation handler.
*
* @access private
* @var object
*/
private $dbh;
/**
* 全局配置对象。
* Global configuration object.