--- In [email protected], "silvermoonwoman2001" <sheri...@...> wrote:
> All seems well -- thought I was running it continuously, but forgot to > protect it prior to reinstalling PowerPro. Docs update is in progress (I was > thinking version number would be 208). I also need to update the plugin test > script. Good. I had some minor quibble about something in docs I stumbled across when looking at options, but can't remember it now; if I find it again will post. > PCRE 8.0 is currently in development. No test versions yet. > > There will be a new exec option, PCRE_PARTIAL_HARD, and the old option > PCRE_PARTIAL will now also be called PCRE_PARTIAL_SOFT. > > #define PCRE_PARTIAL_SOFT 0x00008000 > #define PCRE_PARTIAL 0x00008000 /* Backwards compatible synonym */ > #define PCRE_PARTIAL_HARD 0x08000000 > > FWIW, there was another exec option previously implemented: > #define PCRE_NO_START_OPTIMIZE 0x04000000 Let me know when PCRE 8.0 is out. In meantime might as well add option keywords "partial_soft", "partial_hard"...or, I seem to remember you have a distaste for underscore..."hard", "soft"? Okay, I give in, what does PCRE_PARTIAL_HARD vs PCRE_PARTIAL_SOFT do? > The no-optimize one is intended for use only with callouts (to ensure usual > optimizations don't cause a callout in a pattern to be skipped). Since the > plugin disables callouts, that one is not an option we would use. Agreed. Someday might revisit the callout problem, but not now.
