Stas Bekman <[EMAIL PROTECTED]> writes: > What about the 5.8.1 requirement? mp2 requires 5.6.1, will it work > there?
No, the mg_copy slot in MGVTBL wasn't added until 5.8.0, so it will not work (probably won't compile?) for 5.6.x. Unfortunately I didn't notice the 5.6.x issue until after I submitted the patch, however the fix for that is very simple, so I'd prefer to wait until the patch is added before adding the 2-3 neded #ifdef 's to modperl_common_util.c. The downside is that this means values() won't work right for 5.6, but there's only so much we can do about that. The each() fix will still apply to 5.6, since it requires no extra magic at all. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
