On Tue, 14 May 2002, Arthur Bergman wrote: > Hi, > > After tons of debugging a case when I lost CGI POST variables I > discovered the following. > > In perl 5.6.1, certain operations can cause references to filehandles to > loose TIE magic even when the filehandle is tied.
you left out an important piece of info: this only happens with ithreads enabled. the problem was fixed in bleedperl #11536/11553 modperl-2.0 has a workaround for the problem when 5.6.1 is being used (see code within #ifdef MP_REFGEN_FIXUP in mod_perl.c). might consider adding it for for 1.27 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
