]> git.mxchange.org Git - friendica.git/commit
For very large posts (~18k) with lots of markup, these regexes were causing enough...
authorMatthew Exon <git.mexon@spamgourmet.com>
Tue, 26 Feb 2013 23:34:40 +0000 (07:34 +0800)
committerMatthew Exon <git.mexon@spamgourmet.com>
Wed, 27 Feb 2013 09:04:07 +0000 (17:04 +0800)
commit63be0062b6f24d81a4ea78a1946ff3688667b49f
tree53c8cc9f8dc134884109c12b7a90c3f145cfc684
parent52614bd72bbf534ffcc3301f0d4875b01152ac7b
For very large posts (~18k) with lots of markup, these regexes were causing enough backtracking for php to run out of memory, silently generating an empty entry.  This tightens up the regexes so they do less backtracking.
include/bbcode.php