Stas Bekman <[EMAIL PROTECTED]> writes: > One more thought on this subject. We should probably create the > dependency only on custom pools, since doing so on things like > $r->pool is just a waste of CPU and memory, since the underlying C > object is not controlled by mp2 in this case.
+1. Btw, Stas, IIRC 5.6.x's sv_magic allows multiple ext magic, so theoretically, #ifdef'ing your original 5.6.1 solution with 5.8.x's sv_magicext should work ok. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
