quote:
Originally posted by Johnny_Mac
quote:
Originally posted by Chris Boulton
NO server could handle 60 million preg_replace's like that, in a short time anyways..
Then limit it?
There is no SAFE way to limit it (well you could use preg_replace's limit option). It would also mean having to count how many tags there are in the post before that and that (so we can subtract the amount of tags in the post with those limited in a certain tag to have the remainder left) could also possibly kill it.
It's been looked in to before..
Also, even if i do implement some dodgy counting code for quotes, then I would have to do it with [ b] and every other bbcode tag..