Helge Waastad writes: > Aha, > so you mean that this kind of matching is different from the ones used > in core?
for performance reasons rexexps should be pre-compiled to shared memory, but that cannot be done, because regexp library allocates its own dynamic memory. so one needs to do compilation on the fly which complicates implementation a lot. -- juha _______________________________________________ Users mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
