logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core /PEAR/Validator PECL.php: msg#00172

Subject: cvs: pear-core /PEAR/Validator PECL.php
cellog          Sun Mar 20 21:05:52 2005 EDT

  Modified files:              
    /pear-core/PEAR/Validator   PECL.php 
  Log:
  use new header blocks
  
http://cvs.php.net/diff.php/pear-core/PEAR/Validator/PECL.php?r1=1.1&r2=1.2&ty=u
Index: pear-core/PEAR/Validator/PECL.php
diff -u pear-core/PEAR/Validator/PECL.php:1.1 
pear-core/PEAR/Validator/PECL.php:1.2
--- pear-core/PEAR/Validator/PECL.php:1.1       Wed Mar  2 21:37:59 2005
+++ pear-core/PEAR/Validator/PECL.php   Sun Mar 20 21:05:52 2005
@@ -1,9 +1,17 @@
 <?php
 /**
  * Channel Validator for the pecl.php.net channel
- * @package PEAR
- * @author Greg Beaver <cellog@xxxxxxx>
- * @version $Id: PECL.php,v 1.1 2005/03/03 02:37:59 cellog Exp $
+ *
+ * PHP 4 and PHP 5
+ *
+ * @category   pear
+ * @package    PEAR
+ * @author     Greg Beaver <cellog@xxxxxxx>
+ * @copyright  1997-2005 The PHP Group
+ * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
+ * @version    CVS: $Id: PECL.php,v 1.2 2005/03/21 02:05:52 cellog Exp $
+ * @link       http://pear.php.net/package/PEAR
+ * @since      File available since Release 1.4.0a5
  */
 /**
  * This is the parent class for all validators
@@ -11,9 +19,14 @@
 require_once 'PEAR/Validate.php';
 /**
  * Channel Validator for the pecl.php.net channel
- * @package PEAR
- * @author Greg Beaver <cellog@xxxxxxx>
- * @version $Id: PECL.php,v 1.1 2005/03/03 02:37:59 cellog Exp $
+ * @category   pear
+ * @package    PEAR
+ * @author     Greg Beaver <cellog@xxxxxxx>
+ * @copyright  1997-2005 The PHP Group
+ * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
+ * @version    Release: @package_version@
+ * @link       http://pear.php.net/package/PEAR
+ * @since      Class available since Release 1.4.0a5
  */
 class PEAR_Validator_PECL extends PEAR_Validate
 {



<Prev in Thread] Current Thread [Next in Thread>