php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #71716 classname incorrect in mongodb docs
Submitted: 2016-03-05 14:40 UTC Modified: 2016-03-09 13:57 UTC
From: ryan at ryguy dot com Assigned: tpunt (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.6.19 OS:
Private report: No CVE-ID: None
 [2016-03-05 14:40 UTC] ryan at ryguy dot com
Description:
------------
---
From manual page: http://www.php.net/mongodb.tutorial.library
---

$client = new MongoDB\Driver\Client("mongodb://localhost:27017");

should be

$client = new MongoDB\Client("mongodb://localhost:27017");


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-03-09 13:37 UTC] tpunt@php.net
Automatic comment from SVN on behalf of tpunt
Revision: http://svn.php.net/viewvc/?view=revision&revision=338698
Log: Resolve doc bug #71716
 [2016-03-09 13:57 UTC] tpunt@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: tpunt
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC