Author: stas Date: Fri Dec 3 09:10:12 2004 New Revision: 109705 URL: http://svn.apache.org/viewcvs?view=rev&rev=109705 Log: document the compat level: $Apache::Server::Starting and $Apache::Server::ReStarting
Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod?view=diff&rev=109705&p1=perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod&r1=109704&p2=perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod&r2=109705 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Fri Dec 3 09:10:12 2004 @@ -776,6 +776,18 @@ C<$Apache::Server::AddPerlVersion> is deprecated and exists only in C<L<Apache::compat|docs::2.0::api::Apache::compat>>. + + + +=head2 C<$Apache::Server::Starting> and C<$Apache::Server::ReStarting> + +C<$Apache::Server::Starting> and C<$Apache::Server::ReStarting> were +replaced by +C<L<Apache::ServerUtil::restart_count()|docs::2.0::api::Apache::ServerUtil/C_restart_count_>>. +Though both exist in C<L<Apache::compat|docs::2.0::api::Apache::compat>>. + + + =head2 C<Apache::Server-E<gt>warn> C<Apache::Server-E<gt>warn> has been removed and exists only in --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]