You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.
if i try to connect to a MongoServer with compiled HNI Extension (latest master of both (hhvm-extension and mongofill sources)) i always get a
Uncaught exception 'MongoConnectionException' with message 'couldn't get host info for DB
if i try it with the pure PHP Extension it works like a charm.
Anybody has a clou what might be wrong?
my connectionstring is the default format:
mongodb://user:pwd@host:port/db
The text was updated successfully, but these errors were encountered:
digitalkaoz
changed the title
auth connection wont work as HNI Extension but in PHP
auth connection wont work as HNI Extension but works in PHP
Jan 19, 2015
if i try to connect to a MongoServer with compiled HNI Extension (latest master of both (hhvm-extension and mongofill sources)) i always get a
if i try it with the pure PHP Extension it works like a charm.
Anybody has a clou what might be wrong?
my connectionstring is the default format:
The text was updated successfully, but these errors were encountered: