mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
9fc26de522
commit
c15909ba49
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue