Ignore:
Timestamp:
09/26/13 15:41:49 (11 years ago)
Author:
angelo
Message:

Ticket #3491 - Compatibilizar Expresso com novas versoes do PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/phpgwapi/inc/adodb/tests/benchmark.php

    r34 r8222  
    99<?php  
    1010/* 
    11 V4.81 3 May 2006  (c) 2000-2007 John Lim (jlim#natsoft.com.my). All rights reserved. 
     11V4.81 3 May 2006  (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. 
    1212  Released under both BSD license and Lesser GPL library license.  
    1313  Whenever there is any discrepancy between the two licenses,  
     
    5757        $start = microtime(); 
    5858        for ($i=0; $i < $max; $i++) { 
    59                 $rs =& $db->Execute($sql);       
    60                 $arr =& $rs->GetArray(); 
     59                $rs = $db->Execute($sql);        
     60                $arr = $rs->GetArray(); 
    6161           //            print $arr[0][1]; 
    6262        } 
Note: See TracChangeset for help on using the changeset viewer.