cellog          Sat Nov  5 13:03:11 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/pear/PEAR  Dependency2.php 
  Log:
  this must be a non-replacement, fixes
  Bug #35112    Pear Install Error - Call to undefined function: getversion()
  
http://cvs.php.net/diff.php/php-src/pear/PEAR/Dependency2.php?r1=1.1.2.1&r2=1.1.2.2&ty=u
Index: php-src/pear/PEAR/Dependency2.php
diff -u php-src/pear/PEAR/Dependency2.php:1.1.2.1 
php-src/pear/PEAR/Dependency2.php:1.1.2.2
--- php-src/pear/PEAR/Dependency2.php:1.1.2.1   Wed Nov  2 11:57:21 2005
+++ php-src/pear/PEAR/Dependency2.php   Sat Nov  5 13:03:10 2005
@@ -15,7 +15,7 @@
  * @author     Greg Beaver <[EMAIL PROTECTED]>
  * @copyright  1997-2005 The PHP Group
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Dependency2.php,v 1.1.2.1 2005/11/02 16:57:21 cellog 
Exp $
+ * @version    CVS: $Id: Dependency2.php,v 1.1.2.2 2005/11/05 18:03:10 cellog 
Exp $
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 1.4.0a1
  */
@@ -518,7 +518,7 @@
      */
     function getPEARVersion()
     {
-        return '@PEAR-VER@';
+        return '1.4.3';
     }
 
     function validatePearinstallerDependency($dep)

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

Reply via email to