--
You received this message because you are subscribed to the Google Groups "SilverStripe Core Development" group.
To post to this group, send email to silverst...@googlegroups.com.
To unsubscribe from this group, send email to silverstripe-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/silverstripe-dev?hl=en.
Hamish C, do the SSViewer tests pass on your machine?
On 16/03/2011, at 10:09 PM, Hamish Campbell <hn.ca...@gmail.com> wrote:
> Heh, is Simon having similar issues?
>
> http://bugs.php.net/bug.php?id=53635
>
> Some more info. The x modifier is definitely not the cause, the
> following will also fail:
>
> /((\\.)|([^<${])|(<[^%])|($[^A-Za-z_])|({[^$])|({$[^A-Za-z_]))+/S
>
> Also - removing either the second "([^<${])" or third token
> (previously mentioned) stops the error.
>
> I've tried bumping up pcre.backtrack_limit and PHP's memory_limit, on
> the off chance that would help.
>
> To add insult to injury, running the test script via php-cli works,
> which implies (to me) that it's not a PCRE bug.
>
> Anyone know if master works from IIS?
>
> Hamish
Hamish F, shouldn't those $s outside of []s be escaped?