You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/04/19 00:18:33 UTC

Re: duh (was: palloc() not working as expected... )

>  
> > > I did not see another way to do this and will need to use it
> > > often.
> > 
> > 	I had a desire for it once as well. It should go in
> > util_script.c or something.
> 
> If we're going to throw in some extra tools, how do people
> feel about bundling the regexpr stuff from Tatu Ylonen that can be used
> by Apache and/or user modules  ?
> 
> Sooner or later I think we'll need this anyway, so now's as good a
> time as any to bit the bullet.

Questions I would raise...

What about conflicts with existing rexexp() libraries?

How does this compare to the rexexp stuff that is part
of another donated module called mod_rewrite?

And the more frequent one, is it thread safe?