On Tue, Mar 19, 2002 at 06:07:05PM -0800, Brian Pane wrote: > Is the copy of PCRE within httpd-2.0 a separately maintained fork > of PCRE, or is it supposed to be an unmodified copy? (The one in > the httpd tree appears to be a few releases out of date.)
It is supposed to be maintained up to date with the source, but has no current maintainer. It should not be a fork. > The reason I ask is that I want to fix a performance problem in PCRE's > regexec() function... Do a vendor import and merge the latest stuff first -- it needs to be done anyway for licensing reasons. ....Roy
