diff options
author | Paul Querna <pquerna@apache.org> | 2004-12-11 10:13:32 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2004-12-11 10:13:32 +0100 |
commit | 069cbe90b70d1098857ae312007859ab5b4f58cc (patch) | |
tree | 25e168324292124408a8ab79e23e709e8e71a325 /docs/manual/new_features_2_2.xml | |
parent | build all (diff) | |
download | apache2-069cbe90b70d1098857ae312007859ab5b4f58cc.tar.xz apache2-069cbe90b70d1098857ae312007859ab5b4f58cc.zip |
PCRE was ugpraded to 5.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/new_features_2_2.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 27835968e7..fa22b6361d 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -54,6 +54,11 @@ <code>Apache JServ Protocol version 1.3</code> used by <a href="http://jakarta.apache.org/tomcat/">Apache Tomcat</a>.</dd> + <dt>Regular Expression Library Updated</dt> + <dd>Apache 2.2 includes version 5.0 of the + <a href="http://www.pcre.org/">Perl Compatible Regular Expression + Library</a> (PCRE).</dd> + <dt>Smart Filtering</dt> <dd><module>mod_filter</module> introduces dynamic configuration to the output filter chain. It enables filters to be conditionally |