PHP PEAR CVS 46 CVS PEAR PECL GEN RELEASE PHP PECL GEN ELEMENT FUNCTION PHP GLOBAL PHP INI PHP
Date: Thu, 03 Jul 2003 12:12:40 -0000

Subject: cvs: pear /PECL_Gen Release.php /PECL_Gen/Element Function.php Global.php Ini.php
From: hholzgra@no-spam (Hartmut Holzgraefe)

hholzgra Thu Jul 3 08:12:40 2003 EDT
Modified files: /pear/PECL_Gen Release.php /pear/PECL_Gen/Element Function.php Global.php Ini.php Log:
@no-spam typo fix Index: pear/PECL_Gen/Release.php diff -u pear/PECL_Gen/Release.php:1.1 pear/PECL_Gen/Release.php:1.2
--- pear/PECL_Gen/Release.php:1.1 Sun Jun 29 10:06:01 2003
+++ pear/PECL_Gen/Release.php Thu Jul 3 08:12:40 2003
@@no-spam -5,7 +5,7 @@no-spam /**
* The current version number *
- * @no-spam private + * @no-spam private * @no-spam string */
var $version = "0.0.7";
@@no-spam -14,7 +14,7 @@no-spam /**
* The release date *
- * @no-spam private + * @no-spam private * @no-spam string */
var $date = "";
@@no-spam -23,7 +23,7 @@no-spam /**
* The 'state': alpha, beta, stable, dev ...
*
- * @no-spam private + * @no-spam private * @no-spam string */
var $state = "unkown";
@@no-spam -32,7 +32,7 @@no-spam /**
* Release notes *
- * @no-spam private + * @no-spam private * @no-spam string */
var $notes = "";
Index: pear/PECL_Gen/Element/Function.php diff -u pear/PECL_Gen/Element/Function.php:1.3 pear/PECL_Gen/Element/Function.php:1.4

--- pear/PECL_Gen/Element/Function.php:1.3 Sun Jun 29 15:15:19 2003
+++ pear/PECL_Gen/Element/Function.php Thu Jul 3 08:12:40 2003
@@no-spam -12,7 +12,7 @@no-spam /**
* The function name *
- * @no-spam private + * @no-spam private * @no-spam string */
var $name = "unknown";
@@no-spam -20,7 +20,7 @@no-spam /**
* A short description *
- * @no-spam private + * @no-spam private * @no-spam string */
var $summary = "";
@@no-spam -28,7 +28,7 @@no-spam /**
* A long description *
- * @no-spam private + * @no-spam private * @no-spam string */
var $description = "";
@@no-spam -36,7 +36,7 @@no-spam /**
* Type of function: private, internal, public *
- * @no-spam private + * @no-spam private * @no-spam string */
var $role = "public";
@@no-spam -44,7 +44,7 @@no-spam /**
* Function prototype *
- * @no-spam private + * @no-spam private * @no-spam string */
var $proto = "void unknown(void)";
@@no-spam -52,7 +52,7 @@no-spam /**
* Function returntype (parsed from proto)
*
- * @no-spam private + * @no-spam private * @no-spam string */
var $returns = "void";
@@no-spam -60,7 +60,7 @@no-spam /**
* Function parameters (parsed from proto)
*
- * @no-spam private + * @no-spam private * @no-spam array */
var $params = array();
@@no-spam -68,7 +68,7 @@no-spam /**
* Number of optional parameters (parsed from proto)
*
- * @no-spam private + * @no-spam private * @no-spam int */
var $optional = 0;
@@no-spam -76,7 +76,7 @@no-spam /**
* Code snippet *
- * @no-spam private + * @no-spam private * @no-spam string */
var $code = "";
Index: pear/PECL_Gen/Element/Global.php diff -u pear/PECL_Gen/Element/Global.php:1.2 pear/PECL_Gen/Element/Global.php:1.3

--- pear/PECL_Gen/Element/Global.php:1.2 Sun Jun 29 10:05:40 2003
+++ pear/PECL_Gen/Element/Global.php Thu Jul 3 08:12:40 2003
@@no-spam -11,7 +11,7 @@no-spam /**
* The name of the global *
- * @no-spam private + * @no-spam private * @no-spam string */
var $name;
@@no-spam -19,7 +19,7 @@no-spam /**
* The type of the global *
- * @no-spam private + * @no-spam private * @no-spam string */
var $type;
Index: pear/PECL_Gen/Element/Ini.php diff -u pear/PECL_Gen/Element/Ini.php:1.2 pear/PECL_Gen/Element/Ini.php:1.3
--- pear/PECL_Gen/Element/Ini.php:1.2 Sun Jun 29 10:05:40 2003
+++ pear/PECL_Gen/Element/Ini.php Thu Jul 3 08:12:40 2003
@@no-spam -11,7 +11,7 @@no-spam /**
* Directive name *
- * @no-spam private + * @no-spam private * @no-spam string */
var $name;
@@no-spam -19,7 +19,7 @@no-spam /**
* Directive data type *
- * @no-spam private + * @no-spam private * @no-spam string */
var $type;
@@no-spam -27,7 +27,7 @@no-spam /**
* Directive default value *
- * @no-spam private + * @no-spam private * @no-spam string */
var $value;
@@no-spam -35,7 +35,7 @@no-spam /**
* Directive description *
- * @no-spam private + * @no-spam private * @no-spam string */
var $desc;
@@no-spam -43,7 +43,7 @@no-spam /**
* Directive access mode *
- * @no-spam private + * @no-spam private * @no-spam string */
var $access = "PHP_INI_ALL";
@@no-spam -51,7 +51,7 @@no-spam /**
* Directive OnUpdate handler *
- * @no-spam private + * @no-spam private * @no-spam string */
var $onupdate;
@@no-spam -59,7 +59,7 @@no-spam /**
* Internal C type that stores the directives value *
- * @no-spam private + * @no-spam private * @no-spam string */
var $c_type;