mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 19:34:27 +02:00
raise pcre.backtrack_limit - thanks to takagi
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
$Id$
|
||||
*/
|
||||
|
||||
ini_set('pcre.backtrack_limit', 150000); // Default is 100000, available since PHP 5.2.0
|
||||
set_time_limit(0);
|
||||
|
||||
$search = array(
|
||||
|
Reference in New Issue
Block a user