diff --git a/reference/pcre/configure.xml b/reference/pcre/configure.xml index abaa421905..3a1982e07e 100644 --- a/reference/pcre/configure.xml +++ b/reference/pcre/configure.xml @@ -3,24 +3,19 @@
&reftitle.install; - Beginning with PHP 4.2.0 these functions are enabled by default. You can - disable the pcre functions with - . Use - to specify DIR - where PCRE's include and library files are located, if not using bundled library. - For older versions you have to configure and compile PHP - with in order - to use these functions. + 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 + configuration option where DIR is the location of + PCRE's include and library files. &windows.builtin; - As of PHP 5.3.0 this extension cannot be disabled and is therefore always - present. - - - It is still possible to build against an external PCRE library by using - + Before PHP 5.3.0, this extension could be disabled by passing in + the + configuration option.