From d2d1acd0ace654640fcc66aa451dfc12bcedaf9d Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Sat, 14 Apr 2012 10:13:48 -0300 Subject: [PATCH] Added a tip about pcre.backtrack_limit and a step before filing bugs. --- PHP Markdown Readme.text | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 9052814..2683f88 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -34,6 +34,9 @@ Installation and Requirement ---------------------------- PHP Markdown requires PHP version 4.0.5 or later. +Before PHP 5.3.7, pcre.backtrack_limit defaults to 100000. +You might need to set it to higher values. PHP 5.3.7 or later +defaults to 1000000. ### WordPress ### @@ -194,7 +197,8 @@ To file bug reports please send email to: Please include with your report: (1) the example input; (2) the output you -expected; (3) the output PHP Markdown actually produced. +expected; (3) the output PHP Markdown actually produced; (4) the output of +running `php --info | grep pcre`. Version History