http://marc.theaimsgroup.com/?l=apache-modperl&m=107570575120884&w=2
Apparently, on some AIX and FreeBSD setups we get:
fileno(STDOUT) == 1; # under perl fileno(STDOUT) == 0; # under mp2/tied STDOUT
so I want to know what happens under mp1. Can someone on AIX and freebsd please run a simple test under mp1, to print: fileno 'STDOUT' from a registry script or a handler? Thanks.
print "Content-type: text/plain\n\n"; print "fileno(STDOUT): ", fileno(STDOUT);
It may vary from perl to perl, the above freebsd report was on 5.6.1 http://marc.theaimsgroup.com/?l=apache-modperl&m=107523461027204&w=2
someone on AIX 4.3.3 with 5.8.0 didn't have this issue: http://marc.theaimsgroup.com/?l=apache-modperl&m=105907713200846&w=2
I can't find the original report that has discovered this peculiar problem on AIX 4.3.3.
Thanks. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html