[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pearweb /include pear-database-release.php
From:       "Helgi Þormar Þorbjörnsson" <dufuz () php ! net>
Date:       2008-05-31 19:44:26
Message-ID: cvsdufuz1212263066 () cvsserver
[Download RAW message or body]

dufuz		Sat May 31 19:44:26 2008 UTC

  Modified files:              
    /pearweb/include	pear-database-release.php 
  Log:
  Remove couple of references
  
http://cvs.php.net/viewvc.cgi/pearweb/include/pear-database-release.php?r1=1.15&r2=1.16&diff_format=u
Index: pearweb/include/pear-database-release.php
diff -u pearweb/include/pear-database-release.php:1.15 pearweb/include/pear-database-release.php:1.16
--- pearweb/include/pear-database-release.php:1.15	Sun May  4 00:06:26 2008
+++ pearweb/include/pear-database-release.php	Sat May 31 19:44:25 2008
@@ -17,7 +17,7 @@
    |           Tomas V.V. Cox <cox@php.net>                               |
    |           Martin Jansen <mj@php.net>                                 |
    +----------------------------------------------------------------------+
-   $Id: pear-database-release.php,v 1.15 2008/05/04 00:06:26 dufuz Exp $
+   $Id: pear-database-release.php,v 1.16 2008/05/31 19:44:25 dufuz Exp $
 */
 
 /**
@@ -291,7 +291,7 @@
 
         if (!$pkg_info) {
             require_once 'Archive/Tar.php';
-            $tar = &new Archive_Tar($file);
+            $tar = new Archive_Tar($file);
 
             $oldpackagexml = $tar->extractInString('package.xml');
             if (null === $packagexml = $tar->extractInString('package2.xml')) {
@@ -339,8 +339,8 @@
         if (!$pkg_info) {
             require_once 'PEAR/PackageFile.php';
             require_once 'PEAR/Config.php';
-            $config   = &PEAR_Config::singleton();
-            $pf       = &new PEAR_PackageFile($config);
+            $config   = PEAR_Config::singleton();
+            $pf       = new PEAR_PackageFile($config);
             $pkg_info = $pf->fromXmlString($packagexml, PEAR_VALIDATE_DOWNLOADING,
                 $compatible ? 'package2.xml' : 'package.xml');
         }



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic