updated PCRE documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337221 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-07-22 12:30:09 +00:00
parent 68b23089d9
commit c0024126d1
2 changed files with 22 additions and 0 deletions

View file

@ -38,6 +38,11 @@
</row>
</thead>
<tbody>
<row>
<entry>5.5.26 / 5.6.9</entry>
<entry>8.37</entry>
<entry></entry>
</row>
<row>
<entry>5.5.10</entry>
<entry>8.34</entry>

View file

@ -28,6 +28,12 @@
<entry>PHP_INI_ALL</entry>
<entry>Available since 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>Available since 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>
Whether PCRE's just-in-time compilation is going to be used.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>