Mention pcre.backtrack_limit by ungreedy modifier (doc bug #53751)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308190 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2011-02-10 13:03:45 +00:00
parent 9fc26de522
commit c15909ba49

View file

@ -154,6 +154,13 @@
the pattern</link> or by a question mark behind a quantifier (e.g.
<literal>.*?</literal>).
</simpara>
<note>
<para>
It is usually not possible to match more than <link
linkend="ini.pcre.backtrack-limit">pcre.backtrack_limit</link>
characters in ungreedy mode.
</para>
</note>
</listitem>
</varlistentry>
<varlistentry>