------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1187
kotkerk <kotkerk@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kotkerk@???
--- Comment #12 from kotkerk <kotkerk@???> 2011-12-31 15:47:23 ---
(In reply to comment #11)
> On Sat, 31 Dec 2011, Christos Chatzaras wrote:
>
> > --- Comment #10 from Christos Chatzaras <chris@???> 2011-12-31 12:20:48 ---
> > Check this thread:
> > https://www.vbulletin.com/forum/showthread.php/393530-VBulletin-4-1-0-and-PCRE-8-21-bug
>
> Thanks, but that also does not provide a pattern that provokes the bug.
> Until someone provides such a pattern, there isn't much I can do. Why
> have the vbulletin maintainers themselves not passed the bug upstream
> with more details?
>
> I have scrabbled around in the logs and code diffs to see if I can spot
> anything related to lookbehinds, but I am not good at finding needles in
> haystacks.
>
> Philip
>
patterns provided in the functions above
what the functions do...
search in the text all links and puts bbcode [URL] around the link
example of the form text:
==
bla bla
http://domain.tld/something/ more bla bla...
==
submitted form text passed to functions and text must appear on the page like
this:
==
bla bla [URL]
http://domain.tld/something/[/URL] more bla bla...
==
but text is removed, submitted form is EMPTY, i mean, nothing to appear
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email