diff options
author | xue <> | 2006-09-08 19:31:03 +0000 |
---|---|---|
committer | xue <> | 2006-09-08 19:31:03 +0000 |
commit | 90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 (patch) | |
tree | c321fedfe1339a1567766c375c600a738e6ac840 /framework/IO | |
parent | a5dd2d8c17fcac8da117a9c8ae8af519b02c717a (diff) |
merge from 3.0 branch till 1397.
Diffstat (limited to 'framework/IO')
-rw-r--r-- | framework/IO/TTarFileExtractor.php | 6 | ||||
-rw-r--r-- | framework/IO/TTextWriter.php | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/framework/IO/TTarFileExtractor.php b/framework/IO/TTarFileExtractor.php index 1bd245ca..5256141f 100644 --- a/framework/IO/TTarFileExtractor.php +++ b/framework/IO/TTarFileExtractor.php @@ -4,7 +4,7 @@ *
* @author Vincent Blavet <vincent@phpconcept.net>
* @copyright Copyright © 1997-2003 The PHP Group
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
*/
@@ -25,13 +25,13 @@ // | Author: Vincent Blavet <vincent@phpconcept.net> |
// +----------------------------------------------------------------------+
//
-// $Id: Tar.php,v 1.29 2005/03/17 21:02:31 vblavet Exp $
+// $Id$
/**
* TTarFileExtractor class
*
* @author Vincent Blavet <vincent@phpconcept.net>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
* @since 3.0
*/
diff --git a/framework/IO/TTextWriter.php b/framework/IO/TTextWriter.php index e63a7f7c..de73aae0 100644 --- a/framework/IO/TTextWriter.php +++ b/framework/IO/TTextWriter.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
*/
@@ -18,7 +18,7 @@ * and can be obtained by calling {@link flush()}.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
* @since 3.0
*/
|