diff options
author | Ryan Bloom <rbb@apache.org> | 2000-05-06 01:17:54 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-05-06 01:17:54 +0200 |
commit | c445556372c92a0660bba2221b82daaba95f121c (patch) | |
tree | d888430066add99703370e4ecf7e0704336efdd5 /STATUS | |
parent | Fix a stupid mistake in apxs.in. (diff) | |
download | apache2-c445556372c92a0660bba2221b82daaba95f121c.tar.xz apache2-c445556372c92a0660bba2221b82daaba95f121c.zip |
Replace hsregex with PCRE. The PCRE library is always used in 2.0,
regardless of what system we are on. Currently, we are using the POSIX
wrappers that PCRE provides.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/05/05 20:19:25 $] +Last modified at [$Date: 2000/05/05 23:17:51 $] Release: @@ -64,11 +64,6 @@ RELEASE SHOWSTOPPERS: Status: The best known candidate would be something from BIND v9. - * Switch from HSRegex to PCRE. New code should be src/lib/pcre/ - (ftp://cus.cam.ac.uk/pub/software/programs/pcre/) - Status: Greg +1 - - RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * the top-level configure.in appears to use $USE_MAINTAINER_MODE = yes to set -Wall/etc. flags, and the APR configure.in appears to use |