[00:03:21] <tomassito> Does mongo include virtual collections feature currently ?
[03:37:23] <tab1293> I am trying to load MongoClient() with a script using #!/usr/bin/php but whenever I try to load MongoClient() it says the class can't be found
[03:37:49] <tab1293> so I'm assuming the mongo.so extension isn't loaded
[03:38:10] <tab1293> so I tried doing ini_set("extension", "mongo.so") but that doesn't work either
[03:38:17] <tab1293> any idea what could be going on?
[04:06:02] <BurtyB> tab1293, are you running an old version of the extension which doesn't support it?