We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d05ba3 commit f66b8a6Copy full SHA for f66b8a6
stub-class.php
@@ -141,7 +141,7 @@ public function valid()
141
endif;
142
143
144
-if (class_exists("PDO")):
+if (class_exists("Redis")):
145
class redisProxy extends Redis
146
{
147
/**
@@ -196,3 +196,13 @@ public function done()
196
}
197
198
199
+
200
201
+if (class_exists("Memcached")):
202
+ /**
203
+ * Class memcachedProxy
204
+ */
205
+ class memcachedProxy extends Memcached
206
+ {
207
+ }
208
+endif;
0 commit comments