svn: /phpdoc/zh/trunk/reference/pcre/ ini.xml
[email protected] (Dai Jie)
| Newsgroups | php.doc.zh |
|---|---|
| Message-ID | <[email protected]> |
daijie Fri, 16 Nov 2018 18:19:40 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345999
Log:
Sync with En.
Changed paths:
U phpdoc/zh/trunk/reference/pcre/ini.xml
Modified: phpdoc/zh/trunk/reference/pcre/ini.xml
===================================================================
--- phpdoc/zh/trunk/reference/pcre/ini.xml 2018-11-16 18:16:54 UTC (rev 345998)
+++ phpdoc/zh/trunk/reference/pcre/ini.xml 2018-11-16 18:19:40 UTC (rev 345999)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 323642 Maintainer: HonestQiao Status: ready -->
+<!-- EN-Revision: 337221 Maintainer: HonestQiao Status: ready -->
<!-- Reviewed: no Maintainer: HonestQiao -->
<section xml:id="pcre.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
@@ -22,14 +22,20 @@
<entry><link linkend="ini.pcre.backtrack-limit">pcre.backtrack_limit</link></entry>
<entry>"100000"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>php 5.2.0可用.</entry>
+ <entry>php 5.2.0 起可用。</entry>
</row>
<row>
<entry><link linkend="ini.pcre.recursion-limit">pcre.recursion_limit</link></entry>
<entry>"100000"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>php 5.2.0可用.</entry>
+ <entry>php 5.2.0 起可用。</entry>
</row>
+ <row>
+ <entry><link linkend="ini.pcre.jit">pcre.jit</link></entry>
+ <entry>"1"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>PHP 7.0.0 起可用</entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -63,6 +69,17 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry xml:id="ini.pcre.jit">
+ <term>
+ <parameter>pcre.jit</parameter>
+ <type>boolean</type>
+ </term>
+ <listitem>
+ <para>
+ 是否使用 PCRE 的 JIT 编译.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>