Author: torsten
Date: Thu Jul 28 11:02:04 2011
New Revision: 1151791
URL: http://svn.apache.org/viewvc?rev=1151791&view=rev
Log:
Initialized merge tracking via "svnmerge" with revisions "1-1151159" from
https://svn.eu.apache.org/repos/asf/perl/modperl/branches/httpd24
Modified:
perl/modperl/
Author: torsten
Date: Thu Jul 28 12:25:53 2011
New Revision: 1151816
URL: http://svn.apache.org/viewvc?rev=1151816&view=rev
Log:
Allow for multiline Perl statements in the "#_if_" minilanguage in
map files like xs/maps/apache2_functions.map
Before this change one would have to write
#_if_ do { l
Author: torsten
Date: Thu Jul 28 12:41:26 2011
New Revision: 1151822
URL: http://svn.apache.org/viewvc?rev=1151822&view=rev
Log:
As of httpd 2.4 the MPM becomes a loadable module. Thus, modperl should
in principle require a threaded perl always. But if the admin knows that
only prefork will be use
Author: torsten
Date: Thu Jul 28 12:53:35 2011
New Revision: 1151827
URL: http://svn.apache.org/viewvc?rev=1151827&view=rev
Log:
make modperl compilable with httpd 2.3.14.
Added:
perl/modperl/branches/httpd24/xs/Apache2/ServerRec/Apache2__ServerRec.h
Modified:
perl/modperl/branches/httpd2