Re: [PHP] Regexp stopped working on my site

2005-01-30 Thread Kristian Hellquist
>_reg_search['lista'] ); $element=$this->_check_content ($element , $matches[1] ); // Add list element array_push($textarray, ''.$element.'');

[PHP] Regular expressions stopped working

2005-01-29 Thread Kristian Hellquist
Hi! I had a script for parsing text into html, similar to phpBB. Everything has been working fine until now. Some of my 'pseudotags' like [b] are still recognized (parsed into ) but some more advanced pattern matching is not. I haven't changed the code, but the php-version on the server has change

[PHP] Regexp stopped working on my site

2005-01-29 Thread Kristian Hellquist
Hi! I had a script for parsing text into html, similar to phpBB. Everything has been working fine until now. Some of my 'pseudotags' like [b] are still recognized (parsed into ) but some more advanced pattern matching is not. I haven't changed the code, but the php-version on the server has change