From c0024126d1a5ed05d9e3ff83e5cbff3d8cb5e259 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 22 Jul 2015 12:30:09 +0000 Subject: [PATCH] updated PCRE documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337221 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/configure.xml | 5 +++++ reference/pcre/ini.xml | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/reference/pcre/configure.xml b/reference/pcre/configure.xml index 3a1982e07e..44c6ad6de7 100644 --- a/reference/pcre/configure.xml +++ b/reference/pcre/configure.xml @@ -38,6 +38,11 @@ + + 5.5.26 / 5.6.9 + 8.37 + + 5.5.10 8.34 diff --git a/reference/pcre/ini.xml b/reference/pcre/ini.xml index a323b73cde..370002b3bb 100644 --- a/reference/pcre/ini.xml +++ b/reference/pcre/ini.xml @@ -28,6 +28,12 @@ PHP_INI_ALL Available since PHP 5.2.0. + + pcre.jit + "1" + PHP_INI_ALL + Available since PHP 7.0.0. + @@ -63,6 +69,17 @@ + + + pcre.jit + boolean + + + + Whether PCRE's just-in-time compilation is going to be used. + + +