php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #59554 missing class name
Submitted: 2011-01-02 06:37 UTC Modified: 2011-12-06 00:46 UTC
From: kontakt at jan-pieper dot info Assigned: frozenfire (profile)
Status: Closed Package: PECL bug system (PECL)
PHP Version: Irrelevant OS: Irrelevant
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: kontakt at jan-pieper dot info
New email:
PHP Version: OS:

 

 [2011-01-02 06:37 UTC] kontakt at jan-pieper dot info
Description:
------------
There is no class name at "Class synopsis" for class MongoCursor.

Reproduce code:
---------------
Visit http://www.php.net/manual/en/class.mongocursor.php

Expected result:
----------------
MongoCursor implements Iterator {
    ...
}

Actual result:
--------------
implements Iterator {
    ...
}

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-06 00:45 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=320470
Log: Fixed classsynopsisinfo. Closes bug #59554.
 [2011-12-06 00:46 UTC] frozenfire@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2011-12-06 00:46 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC