ActiveState just released version 807, which is based on the perl-5.8.1 sources with some 5.8.2 enhancements. The sources they use don't include the hash randomization stuff of 5.8.1/5.8.2 (so that builds using 807 will be binary compatible with pre-807 builds), and they define NO_HASH_SEED in the compile-time flags when building extensions. perl -v reports 5.8.1. My reading of src/modules/perl/(mod_perl|modperl_perl).c is that the MP_NEED_HASH_SEED_FIXUP doesn't need additional logic in this case, but I'm worried I might be missing something? Thanks.
-- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
