Author: gozer
Date: Wed Dec 22 15:02:28 2004
New Revision: 123146
URL: http://svn.apache.org/viewcvs?view=rev&rev=123146
Log:
Static build with a Perl without ithreads and a non-threaded MPM
would segfault on startup. Caused by a bug in perl's perl_shutdown()
code. Fixed in Perl 5.8.2, so it's now
Author: gozer
Date: Wed Dec 22 15:18:21 2004
New Revision: 123150
URL: http://svn.apache.org/viewcvs?view=rev&rev=123150
Log:
$r->hostname is now writable
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/t/response/TestAPI/request_rec.pm
perl/modperl/trunk/xs/maps/apache_structur
Author: gozer
Date: Wed Dec 22 16:46:39 2004
New Revision: 123158
URL: http://svn.apache.org/viewcvs?view=rev&rev=123158
Log:
Simplified the implementation of PerlPostConfigRequire. Stashing
the Perl interpreter was a waste of time, when it's always available
to us thru scfg->mip->parent->perl.