From 0b89623f8022e73d0b3e95602c94d2ba9e270bde Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 15 May 2014 17:06:53 +0000 Subject: [PATCH] Cleaned up the disable/enable information a bit by assuming PHP 5.3.0 is old. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333545 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/configure.xml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) 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.