The URL
http://perl.apache.org/dist/mod_perl-1.27.tar.gz
has entered CPAN as
file: $CPAN/authors/id/D/DO/DOUGM/mod_perl-1.27.tar.gz
size: 372525 bytes
md5: bd07f4f1065eb0d0a8d8004219357d8c
Changes since 1.26:
workaround Cwd bug in 5.8.0-RC1 that breaks apache configuration on solaris
fix get_set_PVp() to properly set NULL values when passing in undef
thanks to Lyle Brooks for the spot
[Stephen Clouse <[EMAIL PROTECTED]>]
Apache::Registry/PerlRun/RegistryNG errors are now saved
in $r->notes('error-notes')
[Jesse Erlbaum <[EMAIL PROTECTED]>]
fix Win32 build problems with spaces in shell arguments
[Randy Kobes <[EMAIL PROTECTED]>]
make sure DynaLoader is loaded before XSLoader to workaround possible
segv when using mod_perl as a dso with perl 5.6.1
autoset PERL_USELARGEFILES=0 if needed
fix taint issues with bleedperl
fix bug in modules/util test
[Tatsuhiko Miyagawa <[EMAIL PROTECTED]>]
Adjust the mailling list addresses
's|\@apache\.org|\@perl.apache.org|' [Stas Bekman <[EMAIL PROTECTED]>]
Apache::PerlRun will now localize $SIG{__{DIE,WARN}__}
thanks to Jon Coulter for the spot
PERL5LIB support now properly unshifts paths into @INC rather than push
[Tatsuhiko Miyagawa <[EMAIL PROTECTED]>]
do not clear symbol tables within a package in perl_clear_symtab()
used by directive handler extensions
[Stephen Clouse <[EMAIL PROTECTED]>]
properly deal with $r->status codes (e.g. redirect) in
Apache::RegistryNG [Geoff Young <[EMAIL PROTECTED]>]
allow $r->auth_name and $r->auth_type to be set on win32
[John Kelly <[EMAIL PROTECTED]>]
fix compilation for win32 w/ apache 1.3.22+
[Randy Kobes <[EMAIL PROTECTED]>]
fix multiple %LocationMatch in <Perl> sections bug
[Salvador Ortiz Garcia <[EMAIL PROTECTED]>]
rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't
need and apache won't compile with [Stas Bekman <[EMAIL PROTECTED]>]
make sure PerlSetEnv variables are visible after first access
to each child [Geoff Young <[EMAIL PROTECTED]>]
workaround Apache::Constants::AUTOLOAD problem with bleedperl
the first flag argument to perl cannot start with space, since perl tries
to open the " -spi.bak" as a file. fix that in the win32 case.
[Stas Bekman <[EMAIL PROTECTED]>]
starting from perl 5.7.3 for tied filehandles, tiedscalar magic is applied
to the IO slot of the GP rather than the GV itself. adjust the TIEHANDLE
macro to work properly under 5.7.3+. [Charles Jardine <[EMAIL PROTECTED]>,
Stas Bekman <[EMAIL PROTECTED]>]
added perl_perl_merge_dir_config and array_header2avrv symbols to
mod_perl.def for win32 and mod_perl.exp for aix.
[Randy Kobes <[EMAIL PROTECTED]>]
INSTALL.apaci: added an explanation of how perl has to be built in
order to use DSO without problems (copied from the guide) based on
email from Doug. [Stas Bekman <[EMAIL PROTECTED]>]
warn if Perl is configured with -Duseshrplib and a libperl.so is found
in a place where it should not be, example: /lib /usr/lib or /usr/local/lib
fix potential segv in Apache::URI->rpath
[Vyacheslav Zamyatin <[EMAIL PROTECTED]>]
require URI::URL to work with newer libwww-perl
allow overriding of container directive handlers using the func parameter
[Geoffrey Young <[EMAIL PROTECTED]>]
enable directive handler support for TAKE13
[Geoffrey Young <[EMAIL PROTECTED]>]
---
Enjoy,
-Doug