On Wed, 29 May 2002, Herbert Rosmanith wrote:

herbert, this is part of the reason modperl has not been released as '2.0' 
yet, but as 1.99_01 and upcoming 1.99_02.  it is not 100% complete.  we 
need input from people such as yourself to fill in the gaps, in particular 
with the compat mode.

> I fixed that by "aliasing" Apache::log_error to Apache->server->log_error, by
> adding "sub Apache::log_error" to <...where-perl-lives>/Apache2/Apache/compat.pm.

ok, we can do the same (or similar) in compat.pm to support 
Apache::log_error

> However, more complex code will still fail.
> 
> e.g., when I "use Apache::Table();", I will get:

Apache::Table does not exist in 2.0-tobe, it has been moved to APR::Table.
APR::Table is included by Apache::compat, and i just made a change so
'use Apache::Table ();' becomes a noop.

if you are using modperl-2.0 from cvs, we can work out these issues pretty 
quick.  just keep posting any problems you have.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to