Commit 939a14f
committed
[fixed bug] BUG说明:Connection类继承了Redis类,重了open方法,open方法和Redis类中的open方法参数不一致,error_reporting开启严格模式以后,会产生一条警告:Declaration of dcb9\redis\Connection::open() should be compatible with Redis::open($host, $port = NULL, $timeout = NULL, $retry_interval = NULL)。
1 parent 626e76d commit 939a14f
1 file changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | | - | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
86 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
87 | 102 | | |
88 | 103 | | |
89 | 104 | | |
| |||
0 commit comments