Re: Should we release 2.10?

2008-07-11 Thread Dave Viner
what is required to run the perl test? thanks dave viner On Jul 11, 2008, at 12:54 AM, Bojan Smojver wrote: On Thu, 2008-07-10 at 18:09 -0700, Joe Schaefer wrote: Are you willing to give it a shot? I can give it a try, but I have to warn that my Perl skills are non-existent. How much

Re: APR::Request::Apache2 param() method

2007-01-31 Thread Dave Viner
-debug( Checking params); if(!$alert_id) { $r-log-warn(no alert id given); How is it that CGI.pm finds the parameter and APR::Request::Apache2 does not?? thanks dave On Jan 30, 2007, at 12:49 PM, Joe Schaefer wrote: Dave Viner [EMAIL PROTECTED] writes

APR::Request::Apache2 param() method

2007-01-30 Thread Dave Viner
Hi, I am having a strange problem with APR::Request::Apache2 and the param () method. When I send a POST from Firefox, my code works perfectly. When I send a POST from Safari or Windows/IE, my code fails. Here is the HTML which displays the form to send: form name=delete_alert

Re: Problems with apreq2 on OS X

2006-10-29 Thread Dave Viner
this might be a dumb question, but have you checked that the apreq module is loaded? LoadModule apreq_modulemodules/mod_apreq2.so ? dave On Oct 29, 2006, at 12:23 PM, Patrick Galbraith wrote: Fred Moyer wrote: Patrick Galbraith wrote: Fred, Ok: I have this failure on 1. OS X 2.

use libapreq2 to read POST params

2006-09-22 Thread Dave Viner
installation: [Fri Sep 22 10:59:55 2006] [notice] Apache/2.0.58 (Unix) PHP/5.1.4 DAV/2 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations Thanks for your help. Dave Viner