stas 2003/11/19 11:30:11
Modified: lib/Apache compat.pm . Changes lib/ModPerl WrapXS.pm Log: Apache->can_stack_handlers is now in Apache::compat (mp2 always can stack handlers) Revision Changes Path 1.90 +3 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v retrieving revision 1.89 retrieving revision 1.90 diff -u -u -r1.89 -r1.90 --- compat.pm 21 Oct 2003 22:20:18 -0000 1.89 +++ compat.pm 19 Nov 2003 19:30:11 -0000 1.90 @@ -126,6 +126,9 @@ die $err if $err; } +# mp2 always can stack handlers +sub can_stack_handlers { 1; } + sub push_handlers { shift; Apache->server->push_handlers(@_); 1.256 +3 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.255 retrieving revision 1.256 diff -u -u -r1.255 -r1.256 --- Changes 17 Nov 2003 23:27:46 -0000 1.255 +++ Changes 19 Nov 2003 19:30:11 -0000 1.256 @@ -12,6 +12,9 @@ =item 1.99_12-dev +Apache->can_stack_handlers is now in Apache::compat (mp2 always can +stack handlers) [Stas] + add access to $r->finfo() and related APR::Finfo methods, such as $r->finfo->size(), $r->finfo->mtime(), and APR::Finfo::stat() [Geoffrey Young] 1.62 +2 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/ModPerl/WrapXS.pm,v retrieving revision 1.61 retrieving revision 1.62 diff -u -u -r1.61 -r1.62 --- WrapXS.pm 30 Aug 2003 02:33:26 -0000 1.61 +++ WrapXS.pm 19 Nov 2003 19:30:11 -0000 1.62 @@ -687,6 +687,8 @@ ''], SERVER_VERSION => ['get_server_version', ''], + can_stack_handlers=> [undef, + 'there is no more need for that method'], # Apache::RequestRec soft_timeout => [undef,