severity 397419 important
merge 397419 392363
thanks

On Tue, Nov 07, 2006, Matthew Exley wrote:
> On my install, hitting SAVE for a page results in web-browser visible
> WARNing messages:

This is a problem with libpcre3, see #392363.

> -    if(preg_match('#('.join('|',$re).')#si',$TEXT, $match=array())) {
> +    if(@preg_match('#('.join('|',$re).')#si',$TEXT, $match=array())) {

Hiding error or warning messages is not usually a good fix. Finding the
reason is always better ;-)

Good try, this is at least a temporary work around!

-- 
Mohammed Adnène Trojette

Reply via email to