Re: [PATCH] pcre fix for apache modules

2004-03-14 Thread Thom May
* Andres Salomon ([EMAIL PROTECTED]) wrote : I prefer the 021-pcre_mangle_symbols.patch patch, even though it's larger; it ensures stability, at the cost of some code duplication. The 020-external_pcre.patch patch isn't as clean as I'd hoped, and for the added complexity, not much memory is

[PATCH] pcre fix for apache modules

2004-03-08 Thread Andres Salomon
Currently, apache2 includes a full version of pcre-3.9 in its sources; this is built during compilation, and statically linked against. The symbols from this library, are exported to apache modules. This is undesirable for some apache modules; for example, php. Php links against libpcre on the