geoff 2003/10/20 12:37:50
Modified: . Changes Log: return value from Perl callbacks are now passed directly to Apache without additional post-call manipulations (such as assuming HTTP_OK should really be OK). Reviewed by: stas Revision Changes Path 1.241 +4 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.240 retrieving revision 1.241 diff -u -r1.240 -r1.241 --- Changes 18 Oct 2003 21:01:30 -0000 1.240 +++ Changes 20 Oct 2003 19:37:50 -0000 1.241 @@ -12,6 +12,10 @@ =item 1.99_11-dev - +return value from Perl callbacks are now passed directly to Apache +without additional post-call manipulations (such as assuming HTTP_OK +should really be OK). [Geoffrey Young] + perl 5.8.1 w/ ithreads has a bug where it reports the wrong parent pid (as if the process was never forked), provide a local workaround (+ new test). [Rafael Garcia-Suarez <[EMAIL PROTECTED]>]