Hi,
After upgrading to version 7.0 of PCRE smarty for PHP stops working. The only way to get it working again is downgrading PCRE.
Smarty stop responding on this line :
preg_match_all('~\|(@?\w+)((?>:(?:'. $this->_qstr_regexp . '|[^|]+))*)~', '|' . $modifier_string, $_match);
There's a topic on http://www.phpinsider.com/smarty-forum/viewtopic.php?t=10467
Is this problem smarty related or PCRE? S
marty works fine with version PCRE 6.6_1. It's running on freebsd6 with apache2 and php5.2
With regards,
Ruud Boon