php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #59303 Missing documentation for SVN Class
Submitted: 2010-07-11 10:01 UTC Modified: 2011-05-31 22:42 UTC
From: jinmoku at hotmail dot com Assigned:
Status: Duplicate Package: svn (PECL)
PHP Version: 5.3.2 OS: OSX 1.6.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jinmoku at hotmail dot com
New email:
PHP Version: OS:

 

 [2010-07-11 10:01 UTC] jinmoku at hotmail dot com
Description:
------------
in get_declared_classes() appear 4 classes for svn extension

- Svn
- SvnWc
- SvnWcSchedule
- SvnNode

but nothing are documented.

A code like this seem correct

$svn = new SVN();
var_dump($svn->log(__FILE__), SVN::ALL);

;)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-11 22:55 UTC] alan at akbkhome dot com
Patches welcome.
 [2011-05-31 22:42 UTC] alan at akbkhome dot com
dupe of #18512
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC