svn commit: r1151791 - /perl/modperl/trunk/

2011-07-28 Thread torsten
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/

svn commit: r1151816 - /perl/modperl/branches/httpd24/lib/ModPerl/MapUtil.pm

2011-07-28 Thread torsten
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

svn commit: r1151822 - in /perl/modperl/branches/httpd24/lib: Apache2/Build.pm ModPerl/BuildOptions.pm

2011-07-28 Thread torsten
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

svn commit: r1151827 - in /perl/modperl/branches/httpd24: lib/ModPerl/ src/modules/perl/ t/response/TestAPI/ xs/Apache2/Access/ xs/Apache2/Log/ xs/Apache2/ServerRec/ xs/Apache2/ServerUtil/ xs/maps/ xs

2011-07-28 Thread torsten
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