Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/plugins/davicalCliente/XMLElement.php

    r5399 r7655  
    318318  if ( !isset($start_from) ) $start_from = 0; 
    319319 
    320   for( $i=0; $i < 50000 && isset($xmltags[$start_from]); $i++) { 
     320  for( $i=0; $i < 50000 && isset($xmltags[$start_from]); ++$i) { 
    321321    $tagdata = $xmltags[$start_from++]; 
    322322    if ( !isset($tagdata) || !isset($tagdata['tag']) || !isset($tagdata['type']) ) break; 
Note: See TracChangeset for help on using the changeset viewer.