cvs: pear /PEAR_PackageUpdate PackageUpdate.php

[email protected] ("Laurent Laville")
Newsgroups php.pear.cvs
Message-ID <cvsfarell1209306850@cvsserver>
farell		Sun Apr 27 14:34:10 2008 UTC

  Modified files:              
    /pear/PEAR_PackageUpdate	PackageUpdate.php 
  Log:
  - copyright bumped to 2008
  - phpdoc @since tag have version number + release date
farell-20080427143410.txt (text/plain, 8.8 KB)
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate/PackageUpdate.php?r1=1.27&r2=1.28&diff_format=u
Index: pear/PEAR_PackageUpdate/PackageUpdate.php
diff -u pear/PEAR_PackageUpdate/PackageUpdate.php:1.27 pear/PEAR_PackageUpdate/PackageUpdate.php:1.28
--- pear/PEAR_PackageUpdate/PackageUpdate.php:1.27	Sun Nov 25 16:11:55 2007
+++ pear/PEAR_PackageUpdate/PackageUpdate.php	Sun Apr 27 14:34:09 2008
@@ -19,9 +19,9 @@
  * @package   PEAR_PackageUpdate
  * @author    Scott Mattocks <[email protected]>
  * @author    Laurent Laville <[email protected]>
- * @copyright 2006-2007 Scott Mattocks
+ * @copyright 2006-2008 Scott Mattocks
  * @license   http://www.php.net/license/3_01.txt  PHP License 3.01
- * @version   CVS: $Id: PackageUpdate.php,v 1.27 2007/11/25 16:11:55 farell Exp $
+ * @version   CVS: $Id: PackageUpdate.php,v 1.28 2008/04/27 14:34:09 farell Exp $
  * @link      http://pear.php.net/package/PEAR_PackageUpdate
  * @since     File available since Release 0.4.0a1
  */
@@ -249,7 +249,7 @@
  * @package   PEAR_PackageUpdate
  * @author    Scott Mattocks <[email protected]>
  * @author    Laurent Laville <[email protected]>
- * @copyright 2006-2007 Scott Mattocks
+ * @copyright 2006-2008 Scott Mattocks
  * @license   http://www.php.net/license/3_01.txt  PHP License 3.01
  * @version   Release: @version@
  * @link      http://pear.php.net/package/PEAR_PackageUpdate
@@ -372,7 +372,7 @@
      *
      * @access public
      * @return void
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function PEAR_PackageUpdate($packageName, $channel,
         $user_file = '', $system_file = '', $pref_file = '')
@@ -395,7 +395,7 @@
      *
      * @access public
      * @return void
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_INVALIDINIFILE
      */
     function __construct($packageName, $channel,
@@ -439,7 +439,7 @@
      *
      * @access private
      * @return mixed  backtrace context array or false is unavailable
-     * @since  0.4.3
+     * @since  version 0.4.3 (2006-04-25)
      */
     function _getBacktrace()
     {
@@ -468,7 +468,7 @@
      * @return object An instance of type PEAR_PackageUpdate_$driver
      * @static
      * @access public
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_NONEXISTENTDRIVER
      */
     function &factory($driver, $packageName, $channel,
@@ -519,7 +519,7 @@
      * @static
      * @access public
      * @return boolean true if the path is in the include path.
-     * @since  0.4.2
+     * @since  version 0.4.2 (2006-04-20)
      */
     function isIncludable($path)
     {
@@ -548,7 +548,7 @@
      *
      * @access protected
      * @return boolean   true on success, false on error
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_PREFFILE_READACCESS,
      *         PEAR_PACKAGEUPDATE_ERROR_PREFFILE_CORRUPTED,
      *         PEAR_PACKAGEUPDATE_ERROR_INVALIDINIFILE
@@ -607,7 +607,7 @@
      *
      * @access protected
      * @return string
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function determinePrefFile()
     {
@@ -633,7 +633,7 @@
      *
      * @access public
      * @return boolean true if an update is available.
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function checkUpdate()
     {
@@ -662,7 +662,7 @@
      *
      * @access protected
      * @return boolean   true on success, false on error
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_NOPACKAGE,
      *         PEAR_PACKAGEUPDATE_ERROR_NOCHANNEL,
      *         PEAR_PACKAGEUPDATE_ERROR_NOINFO
@@ -765,7 +765,7 @@
      *
      * @access public
      * @return array
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function getPackagePreferences()
     {
@@ -783,7 +783,7 @@
      *
      * @access public
      * @return boolean true on success, false on error
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEACCESS,
      *         PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEERROR
      * @see    determinePrefFile()
@@ -840,7 +840,7 @@
      * @access public
      * @return boolean true if the preferences will allow an update for the
      *                 latest version.
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @see    getPackagePreferences()
      */
     function preferencesAllowUpdate()
@@ -906,7 +906,7 @@
      *
      * @access protected
      * @return string
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function releaseType()
     {
@@ -931,7 +931,7 @@
      * @author Laurent Laville
      * @access public
      * @return array|bool   false on error, data array otherwise
-     * @since  0.6.0
+     * @since  version 0.6.0 (2007-01-11)
      */
     function getInstalledRelease()
     {
@@ -967,7 +967,7 @@
      * @author Laurent Laville
      * @access public
      * @return array|bool   false on error, data array otherwise
-     * @since  0.6.0
+     * @since  version 0.6.0 (2007-01-11)
      */
     function getLatestRelease()
     {
@@ -987,7 +987,7 @@
      *
      * @access public
      * @return boolean true on success, false on failure
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function setDontAskAgain($dontAsk)
     {
@@ -1006,7 +1006,7 @@
      *
      * @access public
      * @return boolean true on success, false on failure
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_NOINFO
      */
     function setDontAskUntilNextRelease($nextrelease)
@@ -1034,7 +1034,7 @@
      *
      * @access public
      * @return boolean true on success, false on failure
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_INVALIDTYPE
      */
     function setMinimumReleaseType($minType)
@@ -1060,7 +1060,7 @@
      *
      * @access public
      * @return boolean true on success, false on failure
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_INVALIDSTATE
      */
     function setMinimumState($minState)
@@ -1092,7 +1092,7 @@
      *
      * @return boolean   true if the preference was set and saved properly.
      * @access protected
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_INVALIDPREF
      */
     function setPreference($pref, $value)
@@ -1132,7 +1132,7 @@
      * @param array $preferences All user's preferences
      *
      * @return boolean true if the preferences were set and saved.
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @access public
      */
     function setPreferences($preferences)
@@ -1176,7 +1176,7 @@
      *
      * @access public
      * @return boolean true if the update was successful.
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @throws PEAR_PACKAGEUPDATE_ERROR_NOTINSTALLED
      */
     function update()
@@ -1225,7 +1225,7 @@
      * @abstract
      * @access public
      * @return void
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function forceRestart()
     {
@@ -1239,7 +1239,7 @@
      * @abstract
      * @access public
      * @return boolean true if the user wants to update
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      */
     function presentUpdate()
     {
@@ -1274,7 +1274,7 @@
      *                          if compatibility mode is on, a PEAR_Error is
      *                          also thrown.  If the class Exception exists,
      *                          then one is returned.
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @access public
      */
     function pushError($code, $level = 'error', $params = array(),
@@ -1304,7 +1304,7 @@
      * @param object &$error A PEAR_Error
      *
      * @return mixed  The return from PEAR::ErrorStack::push()
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @access public
      * @author Ian Eure <[email protected]>
      */
@@ -1348,7 +1348,7 @@
      *
      * @access public
      * @return mixed details of an error (array) or false if no errors exist.
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @see    hasErrors()
      */
     function popError()
@@ -1365,7 +1365,7 @@
      *
      * @access public
      * @return boolean
-     * @since  0.4.0a1
+     * @since  version 0.4.0a1 (2006-03-28)
      * @see    popError()
      */
     function hasErrors($level = false)
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.