Home » Web Services » XML_RPC2 » Bug #6369
XML_RPC2 CVS directory structure doesn't respect the PEAR standard
Details
| Request #6369 | XML_RPC2 CVS directory structure doesn't respect the PEAR standard |
|---|---|
| Submitted | 2005-12-29 16:26 UTC |
| From | fab at php dot net |
| Status | Wont fix |
| Package | XML_RPC2 |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-12-29 16:26 UTC] fab at php dot net
Description:
------------
The standard directory structure :
http://pear.php.net/group/docs/20031114-pds.php
The "viewCVS" of XML/RPC2 :
http://cvs.php.net/viewcvs.cgi/pear/XML_RPC2/
[2006-12-02 17:48 UTC] sergiosgc at php dot net
The directory structure deviates from the standard in this point alone: Where the standard calls for a directory XML_RPC2 in CVS, the package has a tree XML/RPC2. Our method is better, as it allows inclusion of the package under development -- namely for test cases -- by adding the package working dir on the head of the include path. Fixing it would be cosmetic and introduces way too much disruption in test code.
Classified as won't fix. If someone is willing to submit a change request to the coding guidelines, it'd be great.