Changeset 2784


Ignore:
Timestamp:
05/14/10 14:16:08 (14 years ago)
Author:
niltonneto
Message:

Ticket #1003 - Elevando limite pcre.backtrace no momento da leitura do e-mail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/expressoMail1_2/inc/class.imap_functions.inc.php

    r2779 r2784  
    11291129 
    11301130                $pattern = "/(<\w[^>]+|[\/\"'@=])?{$url}/"; 
    1131  
     1131                 
     1132                ini_set( 'pcre.backtrack_limit', 300000 ); 
    11321133                /* 
    11331134                // PHP 5.3 
     
    11541155                        ), $body 
    11551156                ); 
     1157                ini_set( 'pcre.backtrack_limit', 100000 ); 
    11561158 
    11571159                // E-mail address in the text should create a new e-mail on ExpressoMail 
Note: See TracChangeset for help on using the changeset viewer.