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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ryan at ryguy dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Nov 22 00:01:30 2024 UTC