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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.