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
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: 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

Pull Requests

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: Sat Dec 21 14:01:32 2024 UTC