RE: [PHP-PEAR] RCS tags
[email protected] ("Colin Viebrock")
| Newsgroups | php.pear |
|---|---|
| Message-ID | <[email protected]> |
> Does anyone have any objections to adding RCS tags (either $Id$
> or $Revision$)
> to the Pear class headers? At the moment, there's not a lot of version
> information in there, and it would be quite useful to debug which actual
> revision a user is using (apart from 'uh, it was from cvs a few
> days ago').
Even better would be to require something like:
<?php
class myPearClass {
var $_VERSION = "$Id";
...
}
?>
.. which I think one of the Pear modules is already doing.
--
Colin Viebrock
Co-Founder, easyDNS Technologies
http://www.easyDNS.com/