You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@osf.org> on 1996/06/19 02:47:47 UTC

mod_perl-0.60a4

I've uploaded a new version of the Apache mod_perl package to CPAN, 
also availible at:
http://www.osf.org/~dougm/apache/mod_perl-0.60a4.tar.gz

You'll also need: (making its way around CPAN too)
http://www.osf.org/~dougm/perl/ExtUtils-embed-1.04.tar.gz

Mark A. Imbriaco was kind enough to setup a mailing list:
send mail to majordomo@listproc.itribe.net
with the string "subscribe modperl" in the body.
Please address any comments, questions, bug-reports, announcements, 
etc., to that list.

Below are some of the changes (mainly bug fixes).

Cheers,
-Doug

o dropped content and args methods from Apache.xs, moved to Apache.pm
  The xs implementation was causing problems for some people

o added Apache::unescape_url function

o added $r->header_in method

o Added read() alias for read_client_block

o Updated Makefile.tmpl to use the renamed ExtUtils::embed

o Fixed various small bugs that were causing big problems

o pid $$ now set in mod_perl_fast, thanks to Alan Beale 
<ag...@openplus.co.uk>

o Added basic_http_header() method