Since the last few patches for 5.10, I haven't heard of anything bad
hapenning.
Since Perl 5.10 has already been out for a while, I'd like to volounteer
to RC the next mod_perl 2.0, assuming it *does* work correctly with Perl
5.10 by now.
Any objections ?
--
Philippe M. Chiasson GPG: F9BFE0
Torsten Foertsch wrote:
On Fri 22 Feb 2008, Philippe M. Chiasson wrote:
-parms.path = path;
+parms.path = apr_pstrdup(p, path);
Yes, Philippe, you are right.
In current modperl there are 3 ways to get to modperl_config_insert():
- $r->add_config via modperl_config_insert_request
- $s