PHP的mongo扩展版本过低导致无法查询,错误如下:
Fatal error: Uncaught exception 'MongoCursorException' with message 'couldn't get response header'升级到1.4.1后,测试正常。
本文共 187 字,大约阅读时间需要 1 分钟。
PHP的mongo扩展版本过低导致无法查询,错误如下:
Fatal error: Uncaught exception 'MongoCursorException' with message 'couldn't get response header'升级到1.4.1后,测试正常。
转载于:https://blog.51cto.com/actionweb/1360512