logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core(PEAR_1_4) / package-PEAR.xml package2.xml /PEAR/PackageFile: msg#00057

Subject: cvs: pear-core(PEAR_1_4) / package-PEAR.xml package2.xml /PEAR/PackageFile v2.php
cellog          Thu Mar 23 04:07:51 2006 UTC

  Modified files:              (Branch: PEAR_1_4)
    /pear-core/PEAR/PackageFile v2.php 
    /pear-core  package-PEAR.xml package2.xml 
  Log:
    * fix Bug #7075: PEAR_PackageFile_v2 :: setLogger failed on autodetection
  
http://cvs.php.net/viewcvs.cgi/pear-core/PEAR/PackageFile/v2.php?r1=1.129&r2=1.129.2.1&diff_format=u
Index: pear-core/PEAR/PackageFile/v2.php
diff -u pear-core/PEAR/PackageFile/v2.php:1.129 
pear-core/PEAR/PackageFile/v2.php:1.129.2.1
--- pear-core/PEAR/PackageFile/v2.php:1.129     Sat Feb  4 00:27:58 2006
+++ pear-core/PEAR/PackageFile/v2.php   Thu Mar 23 04:07:51 2006
@@ -15,7 +15,7 @@
  * @author     Greg Beaver <cellog@xxxxxxx>
  * @copyright  1997-2006 The PHP Group
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: v2.php,v 1.129 2006/02/04 00:27:58 cellog Exp $
+ * @version    CVS: $Id: v2.php,v 1.129.2.1 2006/03/23 04:07:51 cellog Exp $
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 1.4.0a1
  */
@@ -735,7 +735,7 @@
 
     function setLogger(&$logger)
     {
-        if ($logger && (!is_object($logger) || !method_exists($logger, 
'log'))) {
+        if (!is_object($logger) || !method_exists($logger, 'log')) {
             return PEAR::raiseError('Logger must be compatible with 
PEAR_Common::log');
         }
         $this->_logger = &$logger;
http://cvs.php.net/viewcvs.cgi/pear-core/package-PEAR.xml?r1=1.352.2.3&r2=1.352.2.4&diff_format=u
Index: pear-core/package-PEAR.xml
diff -u pear-core/package-PEAR.xml:1.352.2.3 
pear-core/package-PEAR.xml:1.352.2.4
--- pear-core/package-PEAR.xml:1.352.2.3        Thu Mar 23 03:40:58 2006
+++ pear-core/package-PEAR.xml  Thu Mar 23 04:07:51 2006
@@ -88,6 +88,7 @@
   users who use --packagingroot may find that installation fails
   * fix Bug #7093: if pear channel does not exist, it cannot be retrieved
   * fix Bug #7165: warnings in pear
+  * fix Bug #7075: PEAR_PackageFile_v2 :: setLogger failed on autodetection
   </notes>
   <provides type="class" name="OS_Guess"/>
   <provides type="class" name="System"/>
http://cvs.php.net/viewcvs.cgi/pear-core/package2.xml?r1=1.246.2.3&r2=1.246.2.4&diff_format=u
Index: pear-core/package2.xml
diff -u pear-core/package2.xml:1.246.2.3 pear-core/package2.xml:1.246.2.4
--- pear-core/package2.xml:1.246.2.3    Thu Mar 23 03:40:58 2006
+++ pear-core/package2.xml      Thu Mar 23 04:07:51 2006
@@ -93,6 +93,7 @@
   users who use --packagingroot may find that installation fails
   * fix Bug #7093: if pear channel does not exist, it cannot be retrieved
   * fix Bug #7165: warnings in pear
+  * fix Bug #7075: PEAR_PackageFile_v2 :: setLogger failed on autodetection
  </notes>
  <contents>
   <dir name="/">

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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