Installation
The PCRE extension is a core PHP extension, so it is always enabled.
By default, this extension is compiled using the bundled PCRE
library. Alternatively, an external PCRE library can be used by
passing in the --with-pcre-regex=DIR
configuration option where PCRE's just-in-time compilation is supported by default, which can be disabled with the --without-pcre-jit configuration option as of PHP 7.0.12. The Windows version of PHP has built-in support for this extension. You do not need to load any additional extensions in order to use these functions. PCRE is an active project and as it changes so does the PHP functionality that relies upon it. It is possible that certain parts of the PHP documentation is outdated, in that it may not cover the newest features that PCRE provides. For a list of changes, see the » PCRE library changelog and also the following bundled PCRE history:
|